Quote Originally Posted by Ani View Post
will see if i can create new styles set to row 1 if they dont already exist
Conditionally creating Styles is the easy part - you'd also need to define their parameters (e.g. font name, size, italics, etc.; paragraph alignment, indents, before/after spacing, etc) before they'd be much use. The best course is to make sure you use a template containing all the Styles you need. You can specify the template via the existing .Documents.Add line. For example:
.Documents.Add Template:="C:\File_Path\Template_Name.dotx"