S
Sunny
Hi All,
I am getting some frustrating problems with the AutoNew procedure when
I use it inside Normal.Dot. I am using Word 10 (XP).
I have put the following code into a new module in Normal.dot:
Sub AutoNew()
MsgBox "You are in AutoNew"
End Sub
When I open Word I get a new blank document but no code runs in the
AutoNew procedure. If I then open a New Blank Document the code runs
!!!!!!
Does anyone know why the code does not run when I open Word and the
initial document is displayed? (Surely this IS a new blank document?)
More importantly does anyone know HOW to get this code to run when Word
is opened?
Any help much appreciated......
Cheers,
Sunny
I am getting some frustrating problems with the AutoNew procedure when
I use it inside Normal.Dot. I am using Word 10 (XP).
I have put the following code into a new module in Normal.dot:
Sub AutoNew()
MsgBox "You are in AutoNew"
End Sub
When I open Word I get a new blank document but no code runs in the
AutoNew procedure. If I then open a New Blank Document the code runs
!!!!!!
Does anyone know why the code does not run when I open Word and the
initial document is displayed? (Surely this IS a new blank document?)
More importantly does anyone know HOW to get this code to run when Word
is opened?
Any help much appreciated......
Cheers,
Sunny