![]() |
|
#4
|
|||
|
|||
|
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"
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why is it so hard to "Restrict Access" to a PowerPoint presentation? | hip2b2 | PowerPoint | 0 | 05-12-2016 07:25 AM |
| Random paragraphs aligned "in mirror" | Marius | Word | 2 | 08-12-2015 02:30 AM |
Remove footer "A presentation by John Citizen, XX Month" from PowerPoint handouts
|
herdmasa | PowerPoint | 2 | 04-08-2013 01:36 AM |
How to "Fast Forward" or "Jump into" a slide while testing
|
George Daly | PowerPoint | 1 | 10-14-2011 06:49 AM |
How to choose a "List" for certain "Heading" from "Modify" tool?
|
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |