Saturday, June 2, 2012

Disable Keyboard in VBA Code


Sub KeyboardOff()

   Application.DataEntryMode = True
End Sub

No comments:

Post a Comment