J
Jennifer
I know to capture the current screen into the clipboard you have to
press alt + printscreen. Then press ctrl + v to paste it to PPT. I've
written code in VBA to automate this process. Only I get errors when
the computer tries to either 1)press alt + printscreen and 2)press
ctrl + v (or paste function). Does anyone know of a solution to this?
The two lines of code are as follows:
1)keybd_event vbKeySnapshot, 1, 0, 0
2)powerpoint.ActiveWindow.View.Paste
Any help or advice or links to websites is helpful!
press alt + printscreen. Then press ctrl + v to paste it to PPT. I've
written code in VBA to automate this process. Only I get errors when
the computer tries to either 1)press alt + printscreen and 2)press
ctrl + v (or paste function). Does anyone know of a solution to this?
The two lines of code are as follows:
1)keybd_event vbKeySnapshot, 1, 0, 0
2)powerpoint.ActiveWindow.View.Paste
Any help or advice or links to websites is helpful!