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

your users will be most upset...

I'm sure they'll understand <g


"Jim Thomlinson" wrote:

Make sure you have bullet proof error handling if you are going to head down
this road. If you change these setting and thing crash and don't get properly
reset, your users will be most upset...
--
HTH...

Jim Thomlinson


"Tom Ogilvy" wrote:

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