Is it possible to transmit a page using VBA? (our installation uses the "+" key on the number pad to transmit and move to another screen.)
I have tried
AppActivate "Accessory Manager",wait:=True
Sendkeys "<Transmit>"
or
Sendkeys "{+}"
and neither work. Please help
I have tried
AppActivate "Accessory Manager",wait:=True
Sendkeys "<Transmit>"
or
Sendkeys "{+}"
and neither work. Please help