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
Windows user authentication in VB.NET 3.5SP1
How do u send a key stroke in a batch file?
How do I retrieve text from a website
SQL 2005 Syntax Error 'CREATE USER'
FormView not firing to Insert command with databound empty CompositeControl
Remove Strange Characters from Access Data Field
Incorrect syntax near '#'. in ADODB.Connection in Excel workbook
MS Access 20077 How to pass text field data from form to table
Increase number of rows per page in ASP.NET GridView
SQL sever 2008 trial edition restoring .bak file