InfoConnect for Airlines VBA Guide
LockInput Method (Screen)
Locks the screen and prevents input from the keyboard.
Syntax
object.LockInput() 
Remarks
Other means of input (such as macros or the application programming interface) are still available. To release the lock, use UnlockInput().
See Also