Thanks Steve and Bill . I was thinking if it's possibile to have a hidden
textbox ( or a textbox with hidden symbol ) and when I want to copy the logo
I check each slide to see if that hidden symbol exist skip that particuar
slide and go to the next? Also I wonder is it possible to access a logo if
its part of master using VBA? ( because when the logo or any other object is
part of master we can't select it or delete it but I don't know if VBA can
help us to delete them.) The Idea of having two different masters seems to
work too , Thanks again both of you for your time :)
> Thanks Steve and Bill . I was thinking if it's possibile to have a hidden
> textbox ( or a textbox with hidden symbol ) and when I want to copy the logo
> I check each slide to see if that hidden symbol exist skip that particuar
> slide and go to the next?
That would be simple enough. If you have a shape named "Bubba" or whatever
sitting off the slide, you could do:
Dim oBubbaShape as Shape
On Error Resume Next
Set oBubbaShape = oSld.Shapes("Bubba")
If Not oBubbaShape Is Nothng Then
' use the code to paste the logo in as quoted earlier
End If
> Also I wonder is it possible to access a logo if
> its part of master using VBA?
Sure, but how you do it may depend on the version of PPT you use.
> ( because when the logo or any other object is
> part of master we can't select it or delete it
Sure ya can. Manually, View, Master, SlideMaster first. Then select the shape
and go to town on it.
but I don't know if VBA can
> help us to delete them.) The Idea of having two different masters seems to
> work too , Thanks again both of you for your time :)
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Live and in personable in the Help Center at PowerPoint Live
Sept 21-24, San Diego CA, USA
www.pptlive.com