Code: Select all
%Cam1::
Combojget= "Excel file"
send, excel value from("B2").value
send, excel value from("B4").value
send, excel value from("B8").value
send, excel value from("B10").value
send, excel value from("B12").value
I would like to do something like
%cam2 pulls data from column "C"
%cam3 pulls data from column "D"
%cam4 pulls data from column "E"
So I'm guessing I should make the column value a variable, But I'm not sure how I would link it?