D
Dan Tabla
I need a macro that should do a repetitive action like this:
msgbox "Press Alt+Print Screen"
'here I need HELP with a command (windows shell maybe) to do the Print
Screen copy it to ClipBoard
Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
Selection.Paste
ActiveDocument.Save
The purpose of this script is to help me take quick Print Screens without
doing
Print Screen/Word/Ctr+V. I m taking too detailed classes, time is too short
and
WE ARE NOT ALLOWDED TO INSTALL ANY SOFTWARE.
msgbox "Press Alt+Print Screen"
'here I need HELP with a command (windows shell maybe) to do the Print
Screen copy it to ClipBoard
Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
Selection.Paste
ActiveDocument.Save
The purpose of this script is to help me take quick Print Screens without
doing
Print Screen/Word/Ctr+V. I m taking too detailed classes, time is too short
and
WE ARE NOT ALLOWDED TO INSTALL ANY SOFTWARE.