E
Edward
Hi every one,
In PP2003 we can use the following code to change all cell formatting in a
table at once. first select the table and then run the following code
ActiveWindow.Selection.TextRange.ParagraphFormat.Alignment = ppAlignRight
in 2007 this code generates an error ( it doesn't recognize any selection)
I know I can loop through each cell and change the formatting , but is there
any easer way to change the formatting of all cells in a table at once in
PP2007?
In PP2003 we can use the following code to change all cell formatting in a
table at once. first select the table and then run the following code
ActiveWindow.Selection.TextRange.ParagraphFormat.Alignment = ppAlignRight
in 2007 this code generates an error ( it doesn't recognize any selection)
I know I can loop through each cell and change the formatting , but is there
any easer way to change the formatting of all cells in a table at once in
PP2007?