K
Ken Wan
Hi,
I am writing VBA code to turn off some options which are causing trouble
during the down-stream operations on Word document, such as
AutoFormatReplaceFractions. I am planning to associate my code with some
events such as Open doc, New doc, etc. However, after a document is openned
or created, the users can still use the Tools->Options, or
Format->AutoFormat->Options to change these options. I cannot totally
disable these Word commands since the users are still allowed to changes
othere options. Is there a way I can prevent users doing this?
Thanks in advance for your help.
Ken
I am writing VBA code to turn off some options which are causing trouble
during the down-stream operations on Word document, such as
AutoFormatReplaceFractions. I am planning to associate my code with some
events such as Open doc, New doc, etc. However, after a document is openned
or created, the users can still use the Tools->Options, or
Format->AutoFormat->Options to change these options. I cannot totally
disable these Word commands since the users are still allowed to changes
othere options. Is there a way I can prevent users doing this?
Thanks in advance for your help.
Ken