Thread
:
Macro running at certain times
View Single Post
#
2
Posted to microsoft.public.excel.programming
Charles
external usenet poster
Posts: 1
Macro running at certain times
Mike,
This is from
VB
Help.
This example runs my_Procedure at 5 P.M.
Application.OnTime TimeValue("17:00:00"), "my_Procedure"
Hope this is what you want
Charle
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Charles
View Public Profile
Find all posts by Charles