Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / August 2006

Tip: Looking for answers? Try searching our database.

is there a trick??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
max - 16 Aug 2006 10:14 GMT
Hi there,

I did put 100 pics from exactly the same size on top of each other on 200 slides.
All 100 pics are animated and are shown one at a time with al little delay, PP2003.

But now i want to remove all the pics on each slide, not just the animation but all the pics.
They are on top of each other, so i'm afraid i have to remove them one at a time.
So in that case i have to click a several 1000 times, will cost me a day or something.

Is there an other way??

The slidedesign is ready, so i can't select all the elements in that slide and then remove them all.

Thanks in advance, please help.

Max.
AtlantaTed1957 - 16 Aug 2006 12:02 GMT
Max, If I'm understanding you correctly, then you just select the
pictures (left-click and drag your mouse) around the pictures, then hit
the delete key... then on to the next slide.  You're then only doing
this 100 times, shouldn't take you more than about 15 minutes.

Hope that helps.

Ted
David M. Marcovitz - 16 Aug 2006 14:45 GMT
That seems reasonable to me, but it seems that the Original Poster is
having trouble selecting all the pictures. If this doesn't work, then a
simple VBA script would probably do the trick:

Sub RemoveAllPics()
   Dim oSld As Slide
   Dim oShp As Shape
   
   For Each oSld In activepresenation.Slides
       For Each oShp In oSld.Shapes
           If oShp.Type = msoPicture Then
               oShp.Delete
           End If
       Next oShp
   Next oSld
End Sub

This should delete all the pictures in a presentation if they are really
pictures and not grouped. It will only work for your purpose if there are
not other pictures in the presentation (ones that you want to keep). If
there are other pictures, then you'll need some more conditions that
distinguish the other pictures from the ones you really want to delete
(possibly based on size or location).

If you try this, I strongly recommend trying it on a COPY of your
presentation in case it doesn't do quite what you want.

--David

Signature

David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/

> Max, If I'm understanding you correctly, then you just select the
> pictures (left-click and drag your mouse) around the pictures, then hit
[quoted text clipped - 4 lines]
>
> Ted
max - 17 Aug 2006 22:56 GMT
Thanks Ted!!

That really solved my big problem!
I'm very happy with it.

Also thanks to David, when the solution from Ted didn't help yours probably
will have done the job!

You guys are great.

Max.

> That seems reasonable to me, but it seems that the Original Poster is
> having trouble selecting all the pictures. If this doesn't work, then a
[quoted text clipped - 33 lines]
>>
>> Ted

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.