A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

after creating a presentation & burning on cd how do my customers.



 
 
Thread Tools Display Modes
  #1  
Old August 19th, 2004, 04:33 PM
Melissa
external usenet poster
 
Posts: n/a
Default after creating a presentation & burning on cd how do my customers.

I created a Cd that has medical information on children and a missing child
poster. If the parent needs to print that poster, they don't want ot print
all 20 pages, they just need that particular slide. they only hav ethe
viewer, so they do not have the luxury of loading and printing the individual
slide from the micro power point software. What do I need to do when setting
up my presentation in order to allow for printing each individual slide they
choose. I work right now with power point 2000.
Thanks
  #2  
Old August 19th, 2004, 04:44 PM
Dan
external usenet poster
 
Posts: n/a
Default

I'm using PPT 2003, but this should still work. I
essentially add a button with a macro that prints the
current slide. I'm not sure this will work with just the
viewer, so you may have to test it out.

Another problem is that the button to be added would
appear on the printout, which you may not want. I'm
waiting for a response to my question posted below that
possibly will answer that dilemma.

However, here's what I have done:

Create an action button labeled "Print this page" on the
Master Slide. Then add this macro and link the button to
the macro.

Sub PrintSlide()
'
' Button macro to print current slide
'
With ActivePresentation.PrintOptions
.RangeType = ppPrintCurrent
End With
ActivePresentation.PrintOut
End Sub

This should let anyone viewing the presentation to print
the current slide. Give it a shot!


-----Original Message-----
I created a Cd that has medical information on children

and a missing child
poster. If the parent needs to print that poster, they

don't want ot print
all 20 pages, they just need that particular slide. they

only hav ethe
viewer, so they do not have the luxury of loading and

printing the individual
slide from the micro power point software. What do I

need to do when setting
up my presentation in order to allow for printing each

individual slide they
choose. I work right now with power point 2000.
Thanks
.

  #3  
Old August 19th, 2004, 04:44 PM
Sonia
external usenet poster
 
Posts: n/a
Default

One thing you could do is create a single slide presentation file with just the
poster. Then you could provide a link to that presentation, including
instructions for right clicking the poster and selecting Print.
--

Sonia Coleman
Microsoft PowerPoint MVP Team
Autorun Software, Templates and Tutorials


"Melissa" wrote in message
...
I created a Cd that has medical information on children and a missing child
poster. If the parent needs to print that poster, they don't want ot print
all 20 pages, they just need that particular slide. they only hav ethe
viewer, so they do not have the luxury of loading and printing the individual
slide from the micro power point software. What do I need to do when setting
up my presentation in order to allow for printing each individual slide they
choose. I work right now with power point 2000.
Thanks



  #4  
Old August 19th, 2004, 04:50 PM
Sonia
external usenet poster
 
Posts: n/a
Default

Macros are not supported by the Viewer.
--

Sonia Coleman
Microsoft PowerPoint MVP Team
Autorun Software, Templates and Tutorials

"Dan" wrote in message
...
I'm using PPT 2003, but this should still work. I
essentially add a button with a macro that prints the
current slide. I'm not sure this will work with just the
viewer, so you may have to test it out.

Another problem is that the button to be added would
appear on the printout, which you may not want. I'm
waiting for a response to my question posted below that
possibly will answer that dilemma.

However, here's what I have done:

Create an action button labeled "Print this page" on the
Master Slide. Then add this macro and link the button to
the macro.

Sub PrintSlide()
'
' Button macro to print current slide
'
With ActivePresentation.PrintOptions
.RangeType = ppPrintCurrent
End With
ActivePresentation.PrintOut
End Sub

This should let anyone viewing the presentation to print
the current slide. Give it a shot!


-----Original Message-----
I created a Cd that has medical information on children

and a missing child
poster. If the parent needs to print that poster, they

don't want ot print
all 20 pages, they just need that particular slide. they

only hav ethe
viewer, so they do not have the luxury of loading and

printing the individual
slide from the micro power point software. What do I

need to do when setting
up my presentation in order to allow for printing each

individual slide they
choose. I work right now with power point 2000.
Thanks
.



  #5  
Old August 19th, 2004, 05:00 PM
Dan
external usenet poster
 
Posts: n/a
Default

Whoops! Sorry about that.

[Any thoughts on how to hide an object from printing? Is
that possible?]


-----Original Message-----
Macros are not supported by the Viewer.
--

Sonia Coleman
Microsoft PowerPoint MVP Team
Autorun Software, Templates and Tutorials

"Dan" wrote in

message
...
I'm using PPT 2003, but this should still work. I
essentially add a button with a macro that prints the
current slide. I'm not sure this will work with just

the
viewer, so you may have to test it out.

Another problem is that the button to be added would
appear on the printout, which you may not want. I'm
waiting for a response to my question posted below that
possibly will answer that dilemma.

However, here's what I have done:

Create an action button labeled "Print this page" on the
Master Slide. Then add this macro and link the button

to
the macro.

Sub PrintSlide()
'
' Button macro to print current slide
'
With ActivePresentation.PrintOptions
.RangeType = ppPrintCurrent
End With
ActivePresentation.PrintOut
End Sub

This should let anyone viewing the presentation to print
the current slide. Give it a shot!


-----Original Message-----
I created a Cd that has medical information on children

and a missing child
poster. If the parent needs to print that poster, they

don't want ot print
all 20 pages, they just need that particular slide.

they
only hav ethe
viewer, so they do not have the luxury of loading and

printing the individual
slide from the micro power point software. What do I

need to do when setting
up my presentation in order to allow for printing each

individual slide they
choose. I work right now with power point 2000.
Thanks
.



.

  #6  
Old August 19th, 2004, 05:04 PM
David M. Marcovitz
external usenet poster
 
Posts: n/a
Default

Unfortunately, the Viewer doesn't run macros. You need the full version
of PowerPoint for that. By the way, I posted an answer to your "hide the
button" query at the other thread. I hope it works for you.
--David

--
David M. Marcovitz, Ph.D.
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/

"Dan" wrote in news:923101c48603
:

I'm using PPT 2003, but this should still work. I
essentially add a button with a macro that prints the
current slide. I'm not sure this will work with just the
viewer, so you may have to test it out.

Another problem is that the button to be added would
appear on the printout, which you may not want. I'm
waiting for a response to my question posted below that
possibly will answer that dilemma.

However, here's what I have done:

Create an action button labeled "Print this page" on the
Master Slide. Then add this macro and link the button to
the macro.

Sub PrintSlide()
'
' Button macro to print current slide
'
With ActivePresentation.PrintOptions
.RangeType = ppPrintCurrent
End With
ActivePresentation.PrintOut
End Sub

This should let anyone viewing the presentation to print
the current slide. Give it a shot!

  #7  
Old August 19th, 2004, 05:11 PM
Sonia
external usenet poster
 
Posts: n/a
Default

I think that Dave has offered a suggestion.

"Dan" wrote in message
...
Whoops! Sorry about that.

[Any thoughts on how to hide an object from printing? Is
that possible?]


-----Original Message-----
Macros are not supported by the Viewer.
--

Sonia Coleman
Microsoft PowerPoint MVP Team
Autorun Software, Templates and Tutorials

"Dan" wrote in

message
...
I'm using PPT 2003, but this should still work. I
essentially add a button with a macro that prints the
current slide. I'm not sure this will work with just

the
viewer, so you may have to test it out.

Another problem is that the button to be added would
appear on the printout, which you may not want. I'm
waiting for a response to my question posted below that
possibly will answer that dilemma.

However, here's what I have done:

Create an action button labeled "Print this page" on the
Master Slide. Then add this macro and link the button

to
the macro.

Sub PrintSlide()
'
' Button macro to print current slide
'
With ActivePresentation.PrintOptions
.RangeType = ppPrintCurrent
End With
ActivePresentation.PrintOut
End Sub

This should let anyone viewing the presentation to print
the current slide. Give it a shot!


-----Original Message-----
I created a Cd that has medical information on children
and a missing child
poster. If the parent needs to print that poster, they
don't want ot print
all 20 pages, they just need that particular slide.

they
only hav ethe
viewer, so they do not have the luxury of loading and
printing the individual
slide from the micro power point software. What do I
need to do when setting
up my presentation in order to allow for printing each
individual slide they
choose. I work right now with power point 2000.
Thanks
.



.



  #8  
Old August 19th, 2004, 10:30 PM
Steve Rindsberg
external usenet poster
 
Posts: n/a
Default

In article , Melissa wrote:
I created a Cd that has medical information on children and a missing child
poster. If the parent needs to print that poster, they don't want ot print
all 20 pages, they just need that particular slide. they only hav ethe
viewer, so they do not have the luxury of loading and printing the individual
slide from the micro power point software. What do I need to do when setting
up my presentation in order to allow for printing each individual slide they
choose. I work right now with power point 2000.


I'd save each individual slide as its own individual Powerpoint presentation.
They can open and print the one they need in the viewer or PPT that way.

Check www.mvps.org/skp for an addin that'll help you export individual slides as
new presentations.

--
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA www.PowerPointLive.com
================================================

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How does one repeatedly show/hide a given presentation? Leo Powerpoint 3 August 16th, 2004 10:01 PM
Burning presentation on CD and playing in CD player...how? Chris Powerpoint 1 May 27th, 2004 07:22 PM
burning a presentation to CD with music fran Powerpoint 8 May 26th, 2004 08:43 PM
burning music a presentation to CD with music fran Powerpoint 1 May 26th, 2004 01:28 AM
Powerpoint is updating laptop Chuck Arney Powerpoint 9 May 19th, 2004 08:18 PM


All times are GMT +1. The time now is 12:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.