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
The LinkMasterFields Property setting has produced the following error: The object doesn't contain the automation object 'Proposal Header.'
upgrade XP to Windows Server 2008?
How to create an insert query to add records to a database which has a password.
Conditional formatting to copy the format of another cell
Print HTML File Issue
SQL Query Problems
Exchange 2010: 550 5.7.1 Client does not have permissions to send as this sender
Problems reinstalling Intranet services in SBS 2003
Microsoft Outlook XP 2002
Why is the Remote Install Tab not showing up in the active directory after I install RIS on a server?