VBA code to take a screenshot?

  • Thread starter Thread starter M
  • Start date Start date
M

M

Just wondering if there is a way to produce a screenshot
of the current screen using VBA. It would be a great tool
for producing these wonderful user manuals that seem to be
needed all the time.

Thanks

M
 
M,

You could press Alt+Print Scrn, or use SendKeys routine to send the
Alt+Print Scrn to the keyboard.

Regards,
Dan
 
Good enough for me! Thanks!

M

-----Original Message-----
M,

You could press Alt+Print Scrn, or use SendKeys routine to send the
Alt+Print Scrn to the keyboard.

Regards,
Dan




.
 
Back
Top