Run code on specific screen only
Run code on specific screen only
(OP)
Hi, im running a code but i only want it to run on a specific screen in mainframe or a message box appears "Not correct screen". Need a code to run only in screen T900 please...thanks
RE: Run code on specific screen only
How about If [the text from the screen transaction area) = "T900" Then run the macro?
RE: Run code on specific screen only
RE: Run code on specific screen only
the positioning for the T900 screen is (1,2,5)
RE: Run code on specific screen only
RE: Run code on specific screen only
MsgBox"Mainframe is not set to the T750 screen. Please set to T750"
End If
Not sure where to put this code. before or after the Do
RE: Run code on specific screen only
CODE
RE: Run code on specific screen only