F
faffo1980
HI all,
I would like to know if there is an event bringing the information of ALL
cells that have changed.
For example: cell ("A1") has value 5.
Cell("A2") has value =A1*2.
If I change the A1 content the event SheetChange brings the information that
A1 has changed. How can I discover that also A2 value has changed?
Is accessing to Dependent cells the only way?
Thanks
faffo1980
I would like to know if there is an event bringing the information of ALL
cells that have changed.
For example: cell ("A1") has value 5.
Cell("A2") has value =A1*2.
If I change the A1 content the event SheetChange brings the information that
A1 has changed. How can I discover that also A2 value has changed?
Is accessing to Dependent cells the only way?
Thanks
faffo1980