View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ashman Ashman is offline
external usenet poster
 
Posts: 35
Default Disable Click event

Hi all,

I am seeing if anyone can help. I want to run a procedure that inserts a
value in a combo box, but everytime I do this it does to the click event for
this combo box, which I do not want to happen. I have tryed to disable the
click event by using
Application.enableevents = false But this does not work

Any ideas would be much appreciated.

I am using excel 2003 and XP

Ashman