I have a Worksheet Change Event that is suppose to fire when the user selects a item from the validation list. It has worked up till now and the reason is I have created a conditional format on the sheet with a User Defined Function within it. I do not know why but it does not work because of the conditional format UDF but will if i take the UDF out of the conditional format. The Worksheet Change Event will fire if i type the item i want in but not when selecting from the list.
I have tried adding Application.EnableEvents within the Function but it still does not work. I have the application.EnableEvents within the Worksheet Change event too.
Any ideas?
I have tried adding Application.EnableEvents within the Function but it still does not work. I have the application.EnableEvents within the Worksheet Change event too.
Any ideas?