Captain Smith
Active Member
- Joined
- Feb 28, 2003
- Messages
- 324
Using VBA, is it possible to turn off the autocalculate for one sheet only?
Sheet3 has a lot of calculating formulas, I just want to disable this one sheet so that
the autocalculate works on the other sheets (the macro needs those sheets to autocalculate).
If this cannot be done, as an alternative, is it possible at the beginning of the macro that the cells with formulas in a certain range can be added a ' at the beginning of the formula string, then at the end of the macro put the ' back on, to prevent a bunch of needless calculating during the running of the macro?
Thanks.
Sheet3 has a lot of calculating formulas, I just want to disable this one sheet so that
the autocalculate works on the other sheets (the macro needs those sheets to autocalculate).
If this cannot be done, as an alternative, is it possible at the beginning of the macro that the cells with formulas in a certain range can be added a ' at the beginning of the formula string, then at the end of the macro put the ' back on, to prevent a bunch of needless calculating during the running of the macro?
Thanks.
Last edited: