|
From: Lily on 8 May 2008 13:09 How can I refer to a table on any slide from vba? without using activewindow.selection.shaperange(1).table, but just use the slide number and then point to the table? thank you, Lily
From: John Wilson john AT technologytrish.co DOT on 8 May 2008 14:50 Loop through all shapes on slide (x) checking .type for msoTable -- ------------------------------------------- Amazing PPT Hints, Tips and Tutorials http://www.PPTAlchemy.co.uk http://www.technologytrish.co.uk email john AT technologytrish.co.uk "Lily" wrote: > How can I refer to a table on any slide from vba? > > without using activewindow.selection.shaperange(1).table, but just use the > slide number and then point to the table? > > thank you, > > Lily
|
Pages: 1 Prev: PowerPoint goes back to slide 1 during presentation Next: Last Date Saved Field |