Thread: Updating sheet
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_108_] mudraker[_108_] is offline
external usenet poster
 
Posts: 1
Default Updating sheet

sub My_Procedure

your code here

' this is one line command
Application.OnTime Now + TimeValue("00:05:00"), "my_Procedure"

end su

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