O
ostbil
In Word 2007,
I have a dotm file that includes this type of code under ThisDocument
Private Sub Document_New()
Msgbox ("new")
End Sub
Private Sub Document_Open()
Msgbox ("open")
End Sub
If open the file dotm file as a new docuemnt I get the "New" msgbox. If I
save the as a docm file and open the file again the Open event will not
start. Does anyone know why?
I works fine in the old format.
I have a dotm file that includes this type of code under ThisDocument
Private Sub Document_New()
Msgbox ("new")
End Sub
Private Sub Document_Open()
Msgbox ("open")
End Sub
If open the file dotm file as a new docuemnt I get the "New" msgbox. If I
save the as a docm file and open the file again the Open event will not
start. Does anyone know why?
I works fine in the old format.