View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Charles Charles is offline
external usenet poster
 
Posts: 1
Default 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