View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default How do I run my code

I have three pieces of code. Depending on the value of a specific cell I want
one of these bits of code to run. The code doesnt assign a value to a cell
but sets another cells validation list.

How can I get this code to run automatically? If it was Access I would
assign the code to the on change event of the field, but I dont know if this
is possible in Excel€¦