B
Black1
I'm sure I remember reading that this was a know problem in excel 97, but I
don't remember the solution:
I'm building a tool for various users and it's all driven through forms....
however:
when one form closes and another opens the NUM LOCK deselects itself. If I
use sendkeys "{numlock}" it selects it again when I step through the code,
but when I run it, it doesn't work.
I know that numbers can be entered using the number keys above the alpha
keys, but most users use the number pad.
Is there a piece of code that can detect whether NUM LOCK is selected or
not, and reselect it if it isn't?
Thanks
don't remember the solution:
I'm building a tool for various users and it's all driven through forms....
however:
when one form closes and another opens the NUM LOCK deselects itself. If I
use sendkeys "{numlock}" it selects it again when I step through the code,
but when I run it, it doesn't work.
I know that numbers can be entered using the number keys above the alpha
keys, but most users use the number pad.
Is there a piece of code that can detect whether NUM LOCK is selected or
not, and reselect it if it isn't?
Thanks