C
Chris
I run a macro that updates a number of excel sheets and updates a Powerpoint
presentation. The code that the macro breaks on is:
With
oPPTApp.ActivePresentation.slides(7).Shapes("Table").Table.cell(i + 1, j)
Basically the table has named itself to something other than "Table" and I'm
wondering how I find out what the table is called, or how to rename the table
to "Table".
Does this make sense? If so, help would be so much appreciated
Thanks,
Chris
presentation. The code that the macro breaks on is:
With
oPPTApp.ActivePresentation.slides(7).Shapes("Table").Table.cell(i + 1, j)
Basically the table has named itself to something other than "Table" and I'm
wondering how I find out what the table is called, or how to rename the table
to "Table".
Does this make sense? If so, help would be so much appreciated
Thanks,
Chris