Hi,
I have an excel file in which in one single column multiple change events are happening. For example on the basis of change in value in cell B9 some code needs to be run and then the basis of value in B10 some code needs to be run but I am not able to keep this 2 events separately. Can you please help me. I am using
If Not Application<gs id="65f64b27-f7c6-4733-aaf8-503fe35efdc6" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">.</gs>Intersect<gs id="7cb10ed6-2d5f-4bc6-be60-56caf8a54d0f" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">(</gs>Range<gs id="e252dbfd-fb6e-4466-a5dd-d61034c046c0" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">(</gs>"B9<gs id="3f7836fc-c799-42cc-bbf4-a5192762d56f" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">:</gs>B10"), Range<gs id="c2c54c02-7b20-4d14-b83d-198a8cdec78d" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">(</gs>Target<gs id="88562209-eabc-44f4-b5ac-93724337944a" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">.</gs>Address)) Is Nothing Then
I have an excel file in which in one single column multiple change events are happening. For example on the basis of change in value in cell B9 some code needs to be run and then the basis of value in B10 some code needs to be run but I am not able to keep this 2 events separately. Can you please help me. I am using
If Not Application<gs id="65f64b27-f7c6-4733-aaf8-503fe35efdc6" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">.</gs>Intersect<gs id="7cb10ed6-2d5f-4bc6-be60-56caf8a54d0f" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">(</gs>Range<gs id="e252dbfd-fb6e-4466-a5dd-d61034c046c0" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">(</gs>"B9<gs id="3f7836fc-c799-42cc-bbf4-a5192762d56f" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">:</gs>B10"), Range<gs id="c2c54c02-7b20-4d14-b83d-198a8cdec78d" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">(</gs>Target<gs id="88562209-eabc-44f4-b5ac-93724337944a" ginger_software_uiphraseguid="4450f37e-b1f9-41e7-adb3-8ffff172c6a7" class="GINGER_SOFTWARE_mark">.</gs>Address)) Is Nothing Then