View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alfredo Alfredo is offline
external usenet poster
 
Posts: 17
Default Temporarily turning off the keyboard?

Is it possible to temporarily turn off the keyboard, i.e. similar to how you
can do with screen updating:

Application.ScreenUpdating = False
Application.ScreenUpdating = True


Thanks in advance