OnTime from Ed

E

Ed

I have tried using OnTime in Word XP, however, I can't get it to work. I have used the following code
Sub AutoCorrect1(

' AutoCorrect1 Macr
' Macro created 2/29/2004 by Use

Application.OnTime When:=Now + TimeValue("00:00:10"),
Name:="Test.MyModule.Displayscreen
End Su

Sub Displayscreen(
WhoStart.Sho
End Sub
 
Top