i'm writting a little something in excel and i need to have a button (visual basic form type) pressed every 3 minutes...any suggestions?
Printable View
i'm writting a little something in excel and i need to have a button (visual basic form type) pressed every 3 minutes...any suggestions?
why not just use a timer control and run the code from the button every 3 minutes?