I have a problem with word saving normal.dot every time word closes
I expect the file to change every time word opens since I run various AutoExec macros for customised toolbars
I have tried using different codes to prevent it happening and close without saving
Examples:
‘Sub FileExit()
‘NormalTemplate.Saved = True
‘Application.Quit
‘End Sub
‘Public Sub Autoexit()
‘If NormalTemplate.Saved = False Then
‘NormalTemplate.Saved = True
‘Else
‘End If
‘End Sub
The codes do run, I can see them using a stop command and they all appear to step through correctly but word still insist on saving as soon as it executes the “End Sub” command
Am I doing something wrong in the codes?
Thanks
Mike