Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel
#2
DO LOOP UNTIL ACTIVECELL.VALUE = ""
in QM is like this:
Macro Macro1267
Code:
Copy      Help
;/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
,key D


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)