Adding rows to a table via automation?

  • Thread starter Thread starter Tim Witort
  • Start date Start date
T

Tim Witort

I am customizing some PowerPoint presentations from Visual FoxPro
via automation. On one particular slide, there is a table with
one row. Depending on the data that I have, I need to expand this
table by one or more rows. I can replace the data in the existing
row fine, but don't see how to get additional rows to be added
to the table. Using PowerPoint interactively, this can easily
be accomplished by tabbing out of the last cell on the row and a
new row is added automatically. Recording a macro of this action
does not show any methods that are called, so the "macro trick"
was of no help.

As a last resort, I could probably add a whole new table to the
slide since you can specify the number of rows and columns in a
table at creation time, but I would also have to do all the
formatting in code. It would be nice to just add rows to the
existing table.

Any help with this one?

thanks,
-- TRW
_______________________________________
My e-mail: t r w 7
@ i x . n e t c o m . c o m
_______________________________________
 
Back
Top