Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working with excel - empty fields
#1
Hey,

so Im working with excel and got Quick Macros to open a list of links.

Macro Test
Code:
Copy      Help
rep(10)
,#region Recorded 07.07.2016 12:29:54
,opt save; opt slowkeys; opt slowmouse; spe 50
,int w1=act(win("Test - Excel" "XLMAIN"))
,lef 864 16 w1 1
,'Cc
,str s.getclip
,run (s)
,'D

That all works fine however if a field is empty the script will stop.
Is there a way to check if a field is empty and if so, then just move down to the next field instead of stopping the script?


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)