Activate an activex control on a sheet in excel 97?
Using Excel 2003 you can place the following code into the keydown event of
an activex control and it works, but it produces an error message in excel 97.
me.oleobjects("CheckBox2").activate
Any help with this would be very much appreciated.
Thanks!
|