10-12-2016, 09:53 AM
Hey,
so Im working with excel and got Quick Macros to open a list of links.
Macro Test
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?
so Im working with excel and got Quick Macros to open a list of links.
Macro Test
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?