InfoConnect for Airlines VBA Guide
LockInput Method (UtsScreen)
Locks the screen so that users cannot input on keyboard.
Syntax
object.LockInput() 
Remarks
Other means of input (such as macros and the application programming interface) are still available. To release the lock, use UnlockInput().
See Also