How to first run macro in Excel and wait to refresh data,
after that run macro in Visio 2007... repeat this operation every 5 min.?
Excel and Visio files can be always opened.
Thanks!
Explanation...
I have Visio file linked to Excel and every 5 min. must saving Visio file with refreshed data like jpg picture.
Run macro in Visio 2007 every 5 min.
Moderators: Dorian (MJT support), JRL
-
- Junior Coder
- Posts: 24
- Joined: Tue Sep 15, 2009 3:20 pm
repeat operation every 5 min
Label>Looprepeat this operation every 5 min.?
... your macro lines go here
...
...
//300 seconds is 5 minutes
Wait>300
Goto>Loop