Script to insert script in document created from a template

  • Thread starter smitahassarajani
  • Start date
S

smitahassarajani

Hi,
I have to create a word template such that i have the following script
embedded in the document created from the template

ActiveWindow.View.ShadeEditableRanges = False


Basically the user wants that the shading on editable ranges should be
disabled when a document is created out of the template. The user does
not want to go through the process of doing this manually each time
the document is created.

Any ideas on how this can be done will be greatly appreciated.

Thanks,
 
Top