Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom, thanks for answer!
Jim, thanks for the warning!!!!! "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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find keyboard short-cut to type symbols on keyboard | Excel Discussion (Misc queries) | |||
Temporarily Unhiding | Excel Discussion (Misc queries) | |||
Temporarily Disable Autocorrect | Excel Discussion (Misc queries) | |||
Excel 2003: Temporarily "turning off" links to external files... | Excel Discussion (Misc queries) | |||
Temporarily delete ALL CommandBars? | Excel Programming |