View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Temporarily turning off the keyboard?

See help on Application.Interactive

--
Regards,
Tom Ogilvy


"alfredo" wrote in message
...
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