Microsoft
Software
Hardware
Network
Question : PickUp PowerPoint Table Cell Formatting
Can anyone explain why the following VBA code throws an error? I am trying to PickUp the formatting in a PowerPoint table cell. The object model appears to support this, but it just doesn't work. Thanks.
Code Snippet:
1: 2: 3:
Sub CellPickup() ActiveWindow.Selection.ShapeRange(1).Table.Cell(1, 1).Shape.PickUp End Sub
Open in New Window
Select All
Answer : PickUp PowerPoint Table Cell Formatting
Table cells don't support pickup or format paint even manually so it's unlikely to work in vba. vba (which is fairly dodgy in tables) sees the celll as a shape so I guess it thinks pickup is OK.
Random Solutions
How to load a MDI form from a Login form
How to reference a control on a tab page that is not currently displayed
How do I use FirstDisplayedScrollingRow<wbr />Index on the fly?
Use Access to move email messages between folders
Can't log into domain
VB .Net - automation script to click export report icon from crystal report viewer.
Problems with external emails bouncing back
Cached domain login while not connected to domain. Is there a Timeout?
WinRM Fails To Start on Windows Server NOT R2
determine if an Access DB (.mdb) is being opened for the first time on any given day