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 / September 2006

Tip: Looking for answers? Try searching our database.

pen option

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pen option during slide show - 17 Sep 2006 19:16 GMT
I want to make the pen automatically to be available when progressing to
certain slides.  I also want to know if the pen can be used to with
hyperlinks.
karie
John Wilson - 17 Sep 2006 19:56 GMT
You cant use the pen to press hyperlink buttons etc (is that what you mean)

You can only make the pen auto available when jumping to certain slide with
vba code

eg
Sub pengo()
With ActivePresentation.SlideShowWindow.View
.GotoSlide (2)
.PointerType = ppSlideShowPointerPen
End With
End Sub
Signature


Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist
http://www.technologytrish.co.uk/ppttipshome.html

> I want to make the pen automatically to be available when progressing to
> certain slides.  I also want to know if the pen can be used to with
> hyperlinks.
> karie
 
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.