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
SQL to calculate sales per representative and per week
ODBC Microsoft Access Driver Login Failed
Problem handling Nulls in Access VBA Function
web application design
Control Panel Icons - Windows XP
IIS Windows Server 2008 Application Pools
C#. Symbol LS9203 bar code scanner. Making a device output to a single text box.
Populate Crystal Report with In Memory Datatable Visual Studio 2005
Test for internet connection
Converting Dates with SQL