LinkStyle is part of the style definition. It's not part of setting the
style for something in the document. To do that, you set the Style property
of the paragraph, range, selection etc --
ActiveDocument.Paragraphs(1).Style = "Heading 1"
Selection.Style = "Heading 1"
> Would some tell me how to create a macro in Normal.dot for selecting a
> Heading 1 for a Table of Contents. I can select style "Heading 1" manually
[quoted text clipped - 9 lines]
>
> Ted