I have a spreadsheet in which I'm trying to prevent users from accidentally modifying cells containing formulas. On occasion, however, they will need to manually input data instead of allowing the formula to calculate. Using info found on this forum I put
into the worksheet. frmChange.Show asks the user if s/he would like to change the contents of the cell and contains
This works perfectly for me accept that if the user clicks 'Yes' then the entire workbook recalculates. Having had other recalculation problems in the past, is there a way to prevent the recalculation of the entire worksheet? Basically what I'm looking for is a way to get the same effect as setting Calculation to Manual, except that during the course of normal data entry I need the cells containing formulas to calculate.
Bookmarks