02-03-2010, 06:52 PM
I need it to run this code before it moves down.
'D Cc
Wait 3.0 s
3.0
lef 497 16 w3
act w1
lef+ 145 253 w1
lef- 145 252 w1
'Cv
lef 544 247 w1
So combined with your code it will not run all the way down my code. That is what I am trying to firgure out. I did this:
;/exe 1
act "Excel"
ExcelSheet es.Init
rep
,Excel.Range r=es.ws.Application.Selection
,str s=r.Value
,out s
,if(s.len=0) break
,'D Cc
Wait 3.0 s
3.0
lef 497 16 w3
act w1
lef+ 145 253 w1
lef- 145 252 w1
'Cv
lef 544 247 w1
,key D
But it was none too happy with it.
'D Cc
Wait 3.0 s
3.0
lef 497 16 w3
act w1
lef+ 145 253 w1
lef- 145 252 w1
'Cv
lef 544 247 w1
So combined with your code it will not run all the way down my code. That is what I am trying to firgure out. I did this:
;/exe 1
act "Excel"
ExcelSheet es.Init
rep
,Excel.Range r=es.ws.Application.Selection
,str s=r.Value
,out s
,if(s.len=0) break
,'D Cc
Wait 3.0 s
3.0
lef 497 16 w3
act w1
lef+ 145 253 w1
lef- 145 252 w1
'Cv
lef 544 247 w1
,key D
But it was none too happy with it.