- Chirag
Shortcut Manager - Assign keyboard shortcuts to menu items and macros
http://officeone.mvps.org/ppsctmgr/ppsctmgr.html
"Alexf" <Al...@discussions.microsoft.com> wrote in message
news:F4E58B31-8908-489B...@microsoft.com...
> Hey guys;
>
> I recently came up with this idea. I searched around for some hours, but
> couldn't find it.
>
> This is what I want to do: Printscreen the running presentation slideshow,
> then save it to desktop.
>
> There seems to be some solutions, but I'm not sure if they work.
>
> See, the sendkeys function doesn't work on printscreen, right?
>
> Thanks in Advance.
What I need is a VBA Macro to PrintScreen the curent screen and save it on C:\
--
Michael Koerner
MS MVP - PowerPoint
"Alexf" <Al...@discussions.microsoft.com> wrote in message
news:4BC249C8-EEAB-4121...@microsoft.com...
ActivePresentation.SaveAs "myFile", ppSaveAsJPG
This is missing two key elements (I think):
(1) It saves the entire file as a series of JPG pictures in a folder
named myFile, rather than just the current slide.
(2) If you are trying to capture the state of animations, this probably
won't do it; it probably just shows the animations in the final state.
The alternative is looking at something like Shyam's Capture Show add-in:
--David
--
David Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
In article <F4E58B31-8908-489B...@microsoft.com>,
It is possible to "print screen" in vba using the api call "keybd_event".
Declare the api
and use
keybd_event &H2C,0,0
You would still have to write code to get the clipboard contents as a jpg
--
john ATSIGN PPTAlchemy.co.uk
Custom vba coding and PPT Makeovers
Free PPT Hints, Tips and Tutorials
http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html