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 Take ownership of folder and all subdirectories and files?
How to tell if Windows server 2008 is in Native mode
Using Server.Mappath to get a file from a virtual directory
What is the MS Access 2007 version of this code?
Use multi parameters in query criteria
Backup and restore of Win2k Server to a different machine
Format the Expression with Hyphen
moving documents and settings from c to d drive
Windows Phone Dialer not Working Right With XP
Database backup using stored proc