A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
vba does not recognize {PRTSC}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using a macro/VBA to link Excel to an Attachmate extra session 6.7. I have successfully linked extra to excel in the macro. I am able to use the send.keys commands to send key strokes. The quwariona is, is there a way to send a print screen command to the extra session? or do I need to do some sort of sreen scrape. I know how to scrape strings on individual lines but I need to just print the entire screen. Thanks.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
vba does not recognize {PRTSC}
("<PRTSC>")
That's not the same as {PRTSC}
at least not on my computer.
If this answer solves your problem, please check Mark as Answered. If this answer helps, please click the Vote as Helpful button. Cheers, Shane Devenshire
Doesn't seem to do anything. I am using it like..
Sess0.Screen.SendKeys ("<PRTSC>")
Any other ideas?
The Excel SendKeys command to execute Print Screen is
{PRTSC}
I don't know if that will help you but...
If this answer solves your problem, please check Mark as Answered. If this answer helps, please click the Vote as Helpful button. Cheers, Shane Devenshire