Share via

Excel to attachmate extra session print screen

Anonymous
2010-06-22T19:59:14+00:00

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.

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2010-06-24T18:14:24+00:00

    vba does not recognize {PRTSC}

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-06-24T17:10:04+00:00

    ("<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

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-06-24T17:03:59+00:00

    Doesn't seem to do anything. I am using it like..

    Sess0.Screen.SendKeys ("<PRTSC>")

    Any other ideas?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-06-23T04:24:28+00:00

    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

    Was this answer helpful?

    0 comments No comments