M miek Oct 21, 2009 #1 is there a way to programically simulate the "ALT+PRTSCR" to capture the screen image which would be stored in the clipboard?
is there a way to programically simulate the "ALT+PRTSCR" to capture the screen image which would be stored in the clipboard?
J Jacob Skaria Oct 21, 2009 #2 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
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
G Gord Dibben Oct 21, 2009 #3 How much of the screen do you want to capture? SHIFT + Edit>Copy Picure will catch a selected range from a sheet. Gord Dibben MS Excel MVP
How much of the screen do you want to capture? SHIFT + Edit>Copy Picure will catch a selected range from a sheet. Gord Dibben MS Excel MVP