View Single Post
 
Old 07-07-2017, 11:23 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You cannot name table cells but you can name the table (in this eg "data")

You should be able to do something based on

Code:
Dim otbl As Table
Set otbl = ActivePresentation.Slides(1).Shapes("data").Table
otbl.Cell(2, 2).Shape.TextFrame.TextRange = "John"
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote