WordArt Objects
I have a Word 2003 document that includes WordArt text boxes applied as watermarks. I am attempting to access these objects to alter their format. I have tried using the ActiveDocument.InLineShapes() object unsuccessfully.
What object must I address to alter the WordArt(s) properties?
Thank you.
Edit 1: The WordArt appears to be part of the Header/Footer, if that makes a difference.
Edit 2: Solved. The WordArt is actually part of the Header. It was successfully accessed as ActiveDocument.Sections(i).Headers(j).Shapes(k). Hope that this is useful to someone.
Last edited by gcatlin; January 27th, 2011 at 11:39 AM..
Reason: more information, Solved
|