Thread: screen capture
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default screen capture

Check out
http://word.mvps.org/FAQS/MacrosVBA/PrtSc.htm

'Within excel...you can try the below code and try pasting this to a new
worksheet
Cells.CopyPicture Appearance:=xlScreen, Format:=xlPicture

If this post helps click Yes
---------------
Jacob Skaria


"miek" wrote:

is there a way to programically simulate the "ALT+PRTSCR" to capture
the screen image which would be stored in the clipboard?