C
Clarke
Hi, I have a formatted style that I use for letterheads and stuff like that ,
but it's currently in the normal template. I use this style to modify
documents that other people send me, so I don't want to copy the style to
each of the documents, I just want to access the one in the normal template
and apply it to each document.
In my code, I want to be able to say something like this, but I can't get it
to work:
Selection.Style = NormalTemplate.Styles("letter format")
Thanks for the help.
but it's currently in the normal template. I use this style to modify
documents that other people send me, so I don't want to copy the style to
each of the documents, I just want to access the one in the normal template
and apply it to each document.
In my code, I want to be able to say something like this, but I can't get it
to work:
Selection.Style = NormalTemplate.Styles("letter format")
Thanks for the help.