Wait function in Excel 2000 Macro

  • Thread starter Thread starter fryb53
  • Start date Start date
F

fryb53

I have used the following code in a Macro (97 & 2000) on XP:
Application.Wait Time + TimeSerial(0, 0, MyDelay)
Where my delay is time in seconds. This function will not run in the Vista
operating system? Any ideas?
Thanks,
A
 
You message is the first I've seen that describes this problem.

What is your value of myDelay?

Maybe you can test it in a small macro with a delay of 10 seconds???
 

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

Similar Threads

variable in a chart macro 1
Run Macros 11
Excel can't find macro 2
Macro Error 3
Application wait question 4
Excel activate in excel vba 0
Running SPSS-Syntax using Excel VBA (Excel 2013) 0
Auto increment & print three copies 5

Back
Top