VBSTART
VBEND
VBEval>MsgBox(WeekdayName(WeekDay(Now))),nul
scheduled script to run at different date
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
This has been very helpful,
How many line can you do months.
As a beginner I have somewhere around 30
It would be nice to see three
As a beginner I have somewhere around 30
It would be nice to see three
Aaron
Best I can do using the same pure Macro Scheduler method as before is 5.
Code: Select all
Let>mo_list=Jan;Feb;Mar;Apr;May;Jun:Jul;Aug;Sep;Oct;Nov;Dec
month>mm
Let>mm=mm/1
Separate>mo_list,;,mo_var
MDL>mo_var_%mm%
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Thanks All... for the great solutions and snippets. 

jpuziano
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -
