I have FormA with Control TabA and Control TabB that uses
F3 Key with SendKeys to move focus to to Control TabB, and
F2 Key with SendKeys to move focus to to Control TabA
Everything works fine.
I want to have a new FormB that uses Function Keys as follows:
F2 Key that loads FormC, and
F3 Key that loads FormD
Question: What is the proper Macro condition syntax to determine/test which Form the Function Keys came from?
Thanks, John Graves