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
New issue with report run counter not incrementing by 1
Will Not See Hard Drive
2003 Prolaint ML370 looping during startup System License Violation.
Does anyone know of an Microsoft Access Documentation Program?
Row size limit reached
REMOVING TIMESTAMP FROM A DATE FIELD
Sum several items based on individual criteria for each item
What is Utility.mda?
AIK 2.0 vs MDT 2010 vs. WDS
How to refresh listview webpart in datasheet view programatically or javascript in wss 3.0?