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
Compiled code in md*B* vs md*E* ?
How to make outlook 2003 run at all times on Windows 2003 server
The string was not recognized as a valid DateTime when I call the Stored Procedure
show tables and their fields in tsql?
FOREACH LOOP - DOS
vs 2008 and 2 pc's
Trying to understand Excel formula for sample size, sat confidence level and probability
Passing CDIalog to a thread
How do i display Chinese Simplified properly in VFP9 ?
is there a procedure view button in vs 2008 like there is in vb6