Thread: Tables and VBA
View Single Post
 
Old 03-25-2010, 02:18 PM
spl3001 spl3001 is offline Windows Vista Office 2007
Novice
 
Join Date: Mar 2010
Posts: 1
spl3001 is on a distinguished road
Default Tables and VBA

I am trying to make a table using VBA and I was wondering what was the best way to navigate the rows/columns/cells of a table after it is made to insert pictures/text.

I'm also curious how to set text alignment and other text properties within each cell of a table.

Also, when inserting a picture via InlineShapes.AddPicture, is there a way to specify a new size (instead of 100%)?

I've used VBA for all kinds of Excel problems, but I new to using VBA for Word.

Thanks in advance.
Reply With Quote