good day everyone anyone can help me how to this code can read data from excel file. i mean the constants value's
the constants value like k1 = 7043 is inside the excel file after he read the k1 it will procced to k2 something like that anyone can help me on this? I'm not expert so sorry in advance guys.
loop 1
Constants
//////////////
this area will be on excel
k1 = 7043
k2 = 70435
////////////////////
///mouse location//
m1 = 916, 212
m2 = 1101, 254
m3 = 907, 415
m4 = 959, 526
end
// mouse barode //
MousePos $m1
DoubleClick
delay 1000
keys $k1
delay 500
keys {RETURN}
//mouse printer//
MousePos $m2
delay 700
leftclick
delay 700
//mouse print count//
MousePos $m3
DoubleClick
delay 700
keys 2
delay 500
//mouse print//
MousePos $m4
leftclick
delay 700
end