![]() |
|
#1
|
|||
|
|||
![]()
Sorry to ask again but is there a way to the msgbox code above without having the presentation open I am trying the following.
Sub getShapeNames() Dim oshp As Shape Dim Mylibrary As Presentation Dim osld As Slide Dim strReport As String strReport = "Shapes On Slide" & vbCrLf & "===========" & vbCrLf & vbCrLf On Error Resume Next Set Mylibrary = Presentations.Open(Environ("USERPROFILE") & "\My Documents\CustomShapes.ppt", WithWindow:=False) For Each oshp In Mylibrary.Shapes strReport = strReport & oshp.Name & vbCrLf Next oshp msgbox strReport |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
buckaroobanzai | PowerPoint | 1 | 06-08-2012 05:32 AM |
![]() |
SueK | PowerPoint | 1 | 01-20-2011 04:30 AM |
![]() |
bonani | PowerPoint | 1 | 11-26-2009 06:21 PM |
Shapes Will Not Display | JoeTx | Visio | 0 | 03-13-2008 09:01 AM |
My Shapes some appear some don't | Jean-Paul | Visio | 0 | 03-01-2006 01:38 AM |