Run a stopwatch for time then execute code

  • Thread starter Thread starter JFamilo
  • Start date Start date
J

JFamilo

I would like to write a sub that runs a stopwatch continuously... the
when it reaches a certain time, say 15 mins, then it will run code tha
saves the file you are currently working on to a specific location.
Kind of like the AutoSave feature. The problem being is that while th
timer is running I want the user to be able to run other code (no
always predetermined since we are working with userforms) Is there
way to do something like this? Thanks
 
If you don't want to see the time counting down, you could use this solution
I posted a few days ago http://tinyurl.com/94g9s

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top