G
Guest
Hi,
I'm working with the Powerpoint object model for an Office add-in using .Net
2003. I can't figure out how to get a reference to a selected table cell. I
can get a reference to the table containing that cell using the Selection
object (...ShapeRange.Item(1)) or a specified cell in that table using the
Cell method e.g. Cell(1,1) etc but can someone tell me how to get a reference
to the cell that the user has clicked in? I'll probably want to do this on
the WindowSelectionChange event.
Thanks.
Pete
I'm working with the Powerpoint object model for an Office add-in using .Net
2003. I can't figure out how to get a reference to a selected table cell. I
can get a reference to the table containing that cell using the Selection
object (...ShapeRange.Item(1)) or a specified cell in that table using the
Cell method e.g. Cell(1,1) etc but can someone tell me how to get a reference
to the cell that the user has clicked in? I'll probably want to do this on
the WindowSelectionChange event.
Thanks.
Pete