Stop saving global template

N

Ness

I need to stop the saving of normal.dot when MSWord
closes.
The With options
.SaveNormalPrompt=false
end with
does not work, neither does:
If NormalTemplate.Saved = False Then NormalTemplate.Saved
= False

Please advise
PS The reson for this is that my normal.dot has to be read
only, so I don't want it to ask for saving as another
template.

Regards,

Ness.
 
W

Word Heretic

G'day "Ness" <[email protected]>,

do not make normal.dot read only. Its where the user prefs get stored.
Stick any magic into its own global template.



Ness said:
I need to stop the saving of normal.dot when MSWord
closes.
The With options
.SaveNormalPrompt=false
end with
does not work, neither does:
If NormalTemplate.Saved = False Then NormalTemplate.Saved
= False

Please advise
PS The reson for this is that my normal.dot has to be read
only, so I don't want it to ask for saving as another
template.

Regards,

Ness.

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
wordheretic.com

Replies offlist may require payment.
 
Top