You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a cell (in a table) in PPT does have a Shape as a child, in that shape resides the contents of the cell. However, if you start from the contents of that cell (example: starting from a hyperlink, see: https://stackoverflow.com/questions/76071459/ppt-vba-from-hyperlink-to-table/76075149#76075149 ), it is not possible to go "back up" to the cell. So the "parent cell" is missing as a property of that shape. Can you please add that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Starting from this documentation:
https://github.com/MicrosoftDocs/VBA-Docs/blob/main/api/PowerPoint.Cell.Shape.md
Currently, a cell (in a table) in PPT does have a Shape as a child, in that shape resides the contents of the cell. However, if you start from the contents of that cell (example: starting from a hyperlink, see: https://stackoverflow.com/questions/76071459/ppt-vba-from-hyperlink-to-table/76075149#76075149 ), it is not possible to go "back up" to the cell. So the "parent cell" is missing as a property of that shape. Can you please add that?
Beta Was this translation helpful? Give feedback.
All reactions