macro

  • Thread starter Thread starter madhan
  • Start date Start date
M

madhan

hi,
i have a problem i want to execute a macro on a particular time o
a day automatically

than
 
For example, you want to run the macro "my_Procedure" at 14.15, ...

Sub auto_open()
Application.OnTime TimeValue("14:15:00"), "my_Procedure"
End Sub

Sub my_Procedure()
MsgBox "hello"
End Sub

Regards,
Edwin Tam
(e-mail address removed)

----- madhan wrote: -----


hi,
i have a problem i want to execute a macro on a particular time of
a day automatically

thanx
 

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