View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SLL SLL is offline
external usenet poster
 
Posts: 5
Default Time Triggered Events

Hi all-

I am looking to have excel perform certain events based on time. For
example:

At 8:00:00 AM every morning I want excel to display a message box that
says: "good morning"
At 5:59:50 PM display a message box saying, "go home in 10 seconds"

etc...

My problem is that excel time doesnt automatically refresh/update so I
cannot simply create a function checking the time and then calling
another function...

any thoughts?

Thanks.

--
SLL