StarSearcher
Technical User
I need to display and print a number of screens for a project I'm working on. I have everything working with one exception; printing the screen. If I use the following code to activate the ALT key and press (F)ile and (P)rint the dialog displays fine but I can't get the routine to activate the <Enter> key to print the screen.
SendKeys "%(fp)"
If I add <Enter> this way, it just ignores it
If I add {Enter} in brackets, the enter key is executed in the open session (takes me to next page) but the pop-up print dialog is ignored.
Any suggestions?
SendKeys "%(fp)"
If I add <Enter> this way, it just ignores it
If I add {Enter} in brackets, the enter key is executed in the open session (takes me to next page) but the pop-up print dialog is ignored.
Any suggestions?