View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VLONC7109 VLONC7109 is offline
external usenet poster
 
Posts: 1
Default 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!