mooseman
Board Regular
- Joined
- Jul 23, 2004
- Messages
- 195
I am having trouble breaking the links via VBA for charts created in PPT 2007 and an Excel table embedded in PPT with links in the cells.
How do I open the Excel table?
I am trying to use, but it doesn't seem to work
Dim oShp As Shape
oShp.OLEFormat.DoVerb Index:=2
I want open the instance of the Excel worksheet from withing PPT VBA.
Any hints or thoughts are vastly welcome.
How do I open the Excel table?
I am trying to use, but it doesn't seem to work
Dim oShp As Shape
oShp.OLEFormat.DoVerb Index:=2
I want open the instance of the Excel worksheet from withing PPT VBA.
Any hints or thoughts are vastly welcome.