VBA to add Hyperlink to a Table Cell to a Slide

B

Barb Reinhardt

I'm trying to figure out the syntax to add a hyperlink to a cell at this
location

myShape.Table.Cell(i, 1)

I've found the subaddress information that indicates I need to use the Slide
ID and the SlideIndex. I can get that. I just don't know how to link it
within the table.

Can someone assist?

Thanks,
Barb Reinhardt
 
Top