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 do I encrypt a string so that it is suitable to be a filename?
Dynamics GP Web Services PHP
Office Communications Server 2007 info
Save unbound combobox column value in Access 2007
Sum values based on multiple input criteria (month and product type)
Speed Issues when converting Access 97 to Access 2003
Data not current when printing form
Silverlight best practice
How would I use linq instead of dataset/dataview/datatable<wbr /> in the following scenario
in word 2003 the right align field is grayed out when I try to add a TOC