I am creating a macro in VBA to automate a process in a Reflections 3270 environment.
This is not usually an issue, because
MyScreen.SendKeys "<ENTER>"
works fine, and 99% of the time in our system, enter is used.
However, I can't seem to find the key code for Page Up. I'd like to avoid remapping the user's keys if possible.
I have tried
"<PageUp>"
"<RollDown>" 'these two were listed on some documentation I found through google
"<RollUp>" '******************
"<PFPageUp>"
Can't think of or find anything else.
Solution moved from @Marx's question post.