Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2012, 03:25 PM
hudsontucker13 hudsontucker13 is offline Controlling Label Maker with PowerPoint Windows XP Controlling Label Maker with PowerPoint Office 2010 64bit
Novice
Controlling Label Maker with PowerPoint
 
Join Date: Dec 2012
Posts: 8
hudsontucker13 is on a distinguished road
Default Controlling Label Maker with PowerPoint

Hello, I am working on a project for a children's museum and am creating a game with PowerPoint where the kids have to answer questions correctly to get to the next slide to finish a story. at the end i would like the kids to receive a sticker as a reward. can i add a button at the end of the presentation the kids could press that would cause, say a label printer, to print a sticker. Could this be done with a macro? If it is possible I may be able to get someone in our IT department to help with that.



This will be done with a tablet running PowerPoint 2010 and connected to a Brother QL 700 label printer via USB. This will all be built into a kiosk.

Thank you for your help and suggestions
Reply With Quote
  #2  
Old 12-11-2012, 04:58 AM
JohnWilson JohnWilson is offline Controlling Label Maker with PowerPoint Windows 7 64bit Controlling Label Maker with PowerPoint Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

This might get you started. Prints the current slide to the default printer

Sub printme()
Dim curr As Long
curr = SlideShowWindows(1).View.CurrentShowPosition
With ActivePresentation.PrintOptions
.RangeType = ppPrintSlideRange
.OutputType = ppPrintOutputSlides
.Ranges.ClearAll
.Ranges.Add Start:=curr, End:=curr
End With
ActivePresentation.PrintOut
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 12-11-2012, 07:17 AM
hudsontucker13 hudsontucker13 is offline Controlling Label Maker with PowerPoint Windows XP Controlling Label Maker with PowerPoint Office 2010 64bit
Novice
Controlling Label Maker with PowerPoint
 
Join Date: Dec 2012
Posts: 8
hudsontucker13 is on a distinguished road
Default

thanks for the help, that should get me going in the right direction
Reply With Quote
  #4  
Old 12-11-2012, 09:03 AM
hudsontucker13 hudsontucker13 is offline Controlling Label Maker with PowerPoint Windows XP Controlling Label Maker with PowerPoint Office 2010 64bit
Novice
Controlling Label Maker with PowerPoint
 
Join Date: Dec 2012
Posts: 8
hudsontucker13 is on a distinguished road
Default

that works, now all in need to do if figure out how to make it print a specific picture saved on the computer instead of the current slide.
Reply With Quote
  #5  
Old 12-11-2012, 10:46 PM
JohnWilson JohnWilson is offline Controlling Label Maker with PowerPoint Windows 7 64bit Controlling Label Maker with PowerPoint Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Would it work if the code created a slide with just that picture full slide size and then printed that slide only (maybe then deleting it)??
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range(Cell1,Cell2) Error on another workbook controlling some other workbook? tinfanide Excel Programming 1 02-09-2012 04:08 PM
Controlling search option in word suvvi Word 0 08-05-2011 06:10 AM
Controlling Style when a user pastes into a form Cris0205 Word 0 08-05-2010 04:33 PM
Internet Explorer is Controlling Fonts on Incoming Emails!? Tad_R Outlook 0 10-07-2007 12:11 PM
Business plan maker unknowngiver Office 6 06-06-2005 04:25 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:17 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft