![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 11
|
it seems simple enough, but I can't seem to locate any info on this. I want to run a
macro, say "foo", every 5 minutes. if the macro is not running, I would like to be able to shrink excel, work on the spreadsheet, basically do anything I want. Any Ideas? Thanks in Advance, Leslie |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Posts: 32
|
There may be an easier way (possibly using DoEvents) but I would say that this is easily done by making a quick Visual Basic exe that controls Excel.
You can link to the open workbook every 5 minutes and run the macro quite easily. |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Have a look at the Ontime method in VBA help. There are examples which show you how to do this. If you need any help with it then please repost.
regards, Dan |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|