Hi,
I am wanting to start a timer going once a form is loaded for 3 mins, after the 3 mins is up a Msg Box will be displayed. After I want the timer to start timing again another 3 mins and then display another MsgBox. I need this to happen roughly 5 times throughout the application I am creating.
I have done this type of thing before but only in MS word using the following code:
Application.OnTime when:=Now + Timevalue ("00:15:00", Name:= "ProjectCompany.Module1.Macrostart".
The code when run did so for 15 mins and then ran the code within the MacroStart. this code is for word is their any code similar but for use in Visual Basic.
Thanks
A
I am wanting to start a timer going once a form is loaded for 3 mins, after the 3 mins is up a Msg Box will be displayed. After I want the timer to start timing again another 3 mins and then display another MsgBox. I need this to happen roughly 5 times throughout the application I am creating.
I have done this type of thing before but only in MS word using the following code:
Application.OnTime when:=Now + Timevalue ("00:15:00", Name:= "ProjectCompany.Module1.Macrostart".
The code when run did so for 15 mins and then ran the code within the MacroStart. this code is for word is their any code similar but for use in Visual Basic.
Thanks
A