I
IoravMarz
Hello- to anyone that can help...
I have written some VBA code that performs an operation on a PPT table
once
it is selected. I would like to apply this operation to all tables
within a
PowerPoint file that is open. I am having trouble writing code that
selects
tables within the PPT file. The file includes multiple tables on
multiple
slides. Not all slides have tables.
The code should:
1) Select the first table on the first slide that has a table
2) Run the operation on the table
3) Select the next table in the PowerPoint (may or may not be on the
same
slide)
4) Run the operation on that table
5) Keep selecting and running the operation on all successive tables
I would greatly appreciate any help here... been trying for days!
I have written some VBA code that performs an operation on a PPT table
once
it is selected. I would like to apply this operation to all tables
within a
PowerPoint file that is open. I am having trouble writing code that
selects
tables within the PPT file. The file includes multiple tables on
multiple
slides. Not all slides have tables.
The code should:
1) Select the first table on the first slide that has a table
2) Run the operation on the table
3) Select the next table in the PowerPoint (may or may not be on the
same
slide)
4) Run the operation on that table
5) Keep selecting and running the operation on all successive tables
I would greatly appreciate any help here... been trying for days!