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
WSUS on Windows 2003 R2 Standard, Does the Report Viewer 2008 Work on this.
Code retriving duplicated numbers.
How do I restore the toolbar at the bottom of Outlook Mailbox where the number that shows the number of email messages is located.
Using web service in javascript for asp.net ajax-enabled web site
Excel - Using Find Method to Locate a Cell in Another Open Workbook
Need to convert bytes to image in web page ASP.Net C#
ASPNET/C# - Listbox question color - tricky
Error attempting to set conditional formatting in Excel via VB.NET
Microsoft sql2005 security patch
Strange recycling of ASP.NET worker process without hitting any pre-defined limits!