Thank you for the reply. Here is what I am trying to accomplish. Line 1: Table 1. table title {As a Word Heading but not in a table cell} Table from PROC REPORT {this is and can be a table} Footnotes {This I have figured out} I had been using the following statement: ODS RTF TEXT="^S={outputwidth=100% just=l font_weight=bold font_face=arial fontsize=10pt}{\pard\s1\li835\fi-835Table 1\tab table title1 \par}"; in conjunction with an ODS RTF file statement using wordstyle="{\s1 Heading 1 \s2 Heading 2 \s3 Heading 3;} However, while that made the text a Heading in Word, it also put it in a Word table. Unfortunately, due to internal reporting requirements, the text for the table title must appear outside of a Word table. I am trying to avoid having to manually change the text in Word to headings. Thanks, Jeff
... View more