Hi,
Is there any way to use worksheet_change event only when user input some value?
I do not want to execute event when value will be added by macro.
I know that can use Application.EnebleEvents but I really do not like it couse of possibility of demage all macros when some error occurring during events are disabled.
Is there any way to use worksheet_change event only when user input some value?
I do not want to execute event when value will be added by macro.
I know that can use Application.EnebleEvents but I really do not like it couse of possibility of demage all macros when some error occurring during events are disabled.