C
cellbert
I handle the Change event on cell A1 in an OWC
spreadsheet. The cell has a formula =A2. I turn
Spreadsheet.Calculation to manual. I enter a new value
for A2. The Change event handler gets called, even
though, within the Change event, the value of A1 is
unchanged (as it should be). Question is, why does that
Change event get raised? - with calc manual, nothing is
changing. I'll see if it's the same in "big" Excel, but
either way, it sounds wrong.
spreadsheet. The cell has a formula =A2. I turn
Spreadsheet.Calculation to manual. I enter a new value
for A2. The Change event handler gets called, even
though, within the Change event, the value of A1 is
unchanged (as it should be). Question is, why does that
Change event get raised? - with calc manual, nothing is
changing. I'll see if it's the same in "big" Excel, but
either way, it sounds wrong.