J
Jerry Park
I have a workbook where entries are examined and changed by the
Worksheet_Change() event. This works well, but I have a problem that
some rows/columns don't recalculate their values properly. An F9 doesn't
correct the problem (I suppose a recalculation only recalculates changed
cells?) and the problems seems to be that excel does not recognize that
the cell value has changed. If any value in the affected column or row
is changed or reentered, the row or column is properly recalculated.
[This does not happen with every data entry, just sometimes.]
I can 'fix' this by rewriting every item in the data entry area, but
this takes a substantial portion of a second.
Is there any command, function key, etc. which will force excel to
recalculate every formula on the worksheet, even when there has been no
change to the data?
Thanks
Worksheet_Change() event. This works well, but I have a problem that
some rows/columns don't recalculate their values properly. An F9 doesn't
correct the problem (I suppose a recalculation only recalculates changed
cells?) and the problems seems to be that excel does not recognize that
the cell value has changed. If any value in the affected column or row
is changed or reentered, the row or column is properly recalculated.
[This does not happen with every data entry, just sometimes.]
I can 'fix' this by rewriting every item in the data entry area, but
this takes a substantial portion of a second.
Is there any command, function key, etc. which will force excel to
recalculate every formula on the worksheet, even when there has been no
change to the data?
Thanks