Thread: vba event
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel P Daniel P is offline
external usenet poster
 
Posts: 2
Default vba event

Hello

I've created a cell that has a validation list associated to it. Which Event can I use so that it will run that event when and only when that validation range is modified

Currently I've have the macro in the sheet_change section but this mean that it run whenever any change occurs on the sheet and this is useless. I only need it to run if the selection from the validation range change

Thank you for your help

Daniel