Ok SAS Guys, I can populate the title within the Table Properties of a Word Doc using version M7. I was able to use VBA code to go into Word Doc to populate the Alt Text description. This makes my report 508 Assessable compliance. I am using this stmt: ODS Word = xxx startpage = Off; I was trying to attach the keyword KEEPN to this stmt so that I won't get split Tables. But it did not work. Any suggestions would be great.
... View more