Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using mac as a function - returning variables
#3
I would like to call several macros and have each executed one at a time...
How do I go about it?
This is how my current calls look like...
Each macro takes about 3 mins to complete the run but could be longer...

Macro Report NC
Code:
Copy      Help
;---- Recorded 05/04/2014 11:00:58 AM ----
opt slowkeys 1; opt slowmouse 0; spe 100
int w1=act(win("Microsoft Excel - LR Sales" "XLMAIN"))

mac "Spool Arrivals To LR NC Report"
mac "Spool Orders To LR NC Report"
mac "Spool Stock To LR NC Report"
mac "Spool VCC Release To LR NC Report"
mac "Spool Sales To LR NC Report"

opt slowkeys 0; opt slowmouse 0; spe -1
;-----------------------------------------
Best Regards,
Philip


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)