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 / April 2008

Tip: Looking for answers? Try searching our database.

Insert "Stamp" in Slides

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
daniel_of_vienna - 17 Apr 2008 11:02 GMT
Dear all,

is there a way, to insert a "Stamp" on every slide automatically?
E.g. a graphic/Textbox with "confidential" placed on all sheets and is
the topmost element....

Tried to insert this in the master definition, but as a picture is
inserted on the slide, this cannot be sent "behind the master".
(Office 2003)
I'm not familiar with VBA, but I can paste the code :DDD
Thanks for any help!

BR,
Daniel
vindys - 17 Apr 2008 12:09 GMT
Do you need some thing like this? I couldn't actually get why can't you put
the image in master itself? Also I just guessed that you need the image to be
in topmost element.

Sub MakeStamp()
For i = 1 To ActivePresentation.Slides.Count
   With ActivePresentation.Slides(i)
       With .Shapes.AddPicture("stamp.jpg", msoFalse, msoTrue, 20, 20)
           .ZOrder (msoBringToFront)
       End With
   End With
Next i
End Sub

> Dear all,
>
[quoted text clipped - 10 lines]
> BR,
> Daniel
daniel_of_vienna - 22 Apr 2008 05:37 GMT
> Do you need some thing like this? I couldn't actually get why can't you put
> the image in master itself? Also I just guessed that you need the image to be
[quoted text clipped - 26 lines]
>
> - Zitierten Text anzeigen -

Hi vindys,

thnaks for your reply, I guess my description was some kind of
misleading. I meant, I can insert a picture in the master, but in the
editing environment, these pictures always stay behind (like a
watermark or so). Meanwhile I tried, and could write a macro, where a
textbox is placed on all slides by buttonpress. This textbox can
feature custom text as well.
I created a popup in the tools-Menu which contains three
commandbuttons. (instert standard text, insert custom text - inputbox
for text, and remove stamps - textboxes are named). Now I'd like to
control wheter these buttons are enabled or disabled, by checking
wheter there is a stamp placed or not. My problem is, when I call the
"newpcontrol.Enabled" in a different procedure then where they were
created, the definitions are not set. I've tried to declare them as
public on module-level, but this didn't help....
So the next question is: how can I pass a variable between the
procedures?

Thank you for the AddPicture method, next will be to insert a "real"
Stamp.

BR,
Daniel
 
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.