![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
|
|
#2
|
|||
|
|||
|
I tired my above code again and I still cant get it to work as a windowless copy. Is there different code I should use?
|
|
#3
|
|||
|
|||
|
Quote:
Just had to do a little bit of research here is the solution. Code:
Sub shapelist()
Dim curlibrary As Presentation
Dim oshp As Shape
Dim AllShapeMsg As String
Dim curosld As Slide
Set curlibrary = Presentations.Open(Environ("USERPROFILE") & "\My Documents\CustomShapes.ppt", WithWindow:=False)
Set curosld = curlibrary.Slides(1)
For Each oshp In curosld.Shapes
AllShapeMsg = AllShapeMsg & oshp.Name & vbCrLf
Next oshp
curlibrary.Close
MsgBox AllShapeMsg
End Sub
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Copy & Paste Shapes & Motion Paths from 1 Slide Size to Another
|
buckaroobanzai | PowerPoint | 1 | 06-08-2012 05:32 AM |
Where did map shapes go?
|
SueK | PowerPoint | 1 | 01-20-2011 04:30 AM |
Find and add new Shapes
|
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 |