From: Lily on
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
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