Is there any way to immunize a template to prevent Word from modifying
styles? I have a vba routine that changes bulleted paragraph formating in a
document. It does not remove the bulltet, and yet sometimes when I run it,
the bullet gets dropped from template style which affects other documents
that use the same style sheet.

Thanks,

keith

Re: immunize a template? by Alex

Alex
Mon Nov 15 22:28:09 CST 2004

The simplest way is to set Read-Only attribute of the template file.

--
Please reply to NG only. This email is not monitored.
Alex.


"keith brickey" <k31thb@yahoo.com> wrote in message
news:%2352hhe1yEHA.3376@TK2MSFTNGP12.phx.gbl...
> Is there any way to immunize a template to prevent Word from modifying
> styles? I have a vba routine that changes bulleted paragraph formating in
> a
> document. It does not remove the bulltet, and yet sometimes when I run it,
> the bullet gets dropped from template style which affects other documents
> that use the same style sheet.
>
> Thanks,
>
> keith
>
>