Sep 27, 2004 #1 marccinvt Programmer Joined Sep 27, 2004 Messages 2 Location US What is the SendKeys command for sending a print screen? I'm using VBA.... Marc
Sep 27, 2004 #2 calculus Programmer Joined Apr 10, 2003 Messages 390 Location US I don't think there is one. calculus Upvote 0 Downvote
Sep 27, 2004 Thread starter #3 marccinvt Programmer Joined Sep 27, 2004 Messages 2 Location US I think this works!! Session.PrintDisplay Marc Upvote 0 Downvote
Sep 27, 2004 #4 calculus Programmer Joined Apr 10, 2003 Messages 390 Location US You must be on a different version of Extra, doesn't work on 6.7. Glad it works for you. calculus Upvote 0 Downvote
Sep 30, 2004 #5 PurpleGecko Programmer Joined Sep 30, 2004 Messages 8 Location US I use this command to do a screen print 'Need the pause command in order to use this pause 1 MySess.sendkeys ("<printrange>") Upvote 0 Downvote
I use this command to do a screen print 'Need the pause command in order to use this pause 1 MySess.sendkeys ("<printrange>")