View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Soonernut[_2_] Soonernut[_2_] is offline
external usenet poster
 
Posts: 1
Default Anything I need to load or special tips for Ontime to work

Have tried several examples from various websites, actually copying them
and pasting them in vba, and can't get them to run at a particular
time.

Is there a setup setting I need to change?

Any suggestions as to why these won't work?

latest...
Sub My()
'
' Macro3 Macro
' Macro recorded 6/22/2004 by Administrator
'run at 11:30 am
Application.OnTime TimeValue("13:00:00"), "showAlert"
End Sub
Sub showAlert()
MsgBox "Time's up!"
End Sub

As you can see simple things...

Thanks in advance


---
Message posted from http://www.ExcelForum.com/