Oliver Dewar
Board Regular
- Joined
- Apr 17, 2011
- Messages
- 201
Hi All.
I have a large workbook my company uses as a CMS.
We sometimes get the 'Not enough system resources to display completely' error message - especially when a certain sheet is selected either directly or in VBA.
My questions are these:
1. When this error occurs... does excel actually stop calculating? Is there an effect of this error occurring, other than the sheet going 'stuck' until you select it again?
2. If the answer to 1. is 'No, it's purely a display issue' then can I somehow turn error reporting off and tell it to select the sheet until there's no error? (If so how would I do this?)
3. I've seen some solutions suggesting turning calculating onto manual... I don't understand this, but if it means that the sheet will not use its formulas until I turn it back to auto, and that this would stop the error, I can easily incorporate this. Am I right in my definition of this? If so, how would I impliment this in vba code?
Your help will be GREATLY appreciated.
Kind regards,
Oliver
I have a large workbook my company uses as a CMS.
We sometimes get the 'Not enough system resources to display completely' error message - especially when a certain sheet is selected either directly or in VBA.
My questions are these:
1. When this error occurs... does excel actually stop calculating? Is there an effect of this error occurring, other than the sheet going 'stuck' until you select it again?
2. If the answer to 1. is 'No, it's purely a display issue' then can I somehow turn error reporting off and tell it to select the sheet until there's no error? (If so how would I do this?)
3. I've seen some solutions suggesting turning calculating onto manual... I don't understand this, but if it means that the sheet will not use its formulas until I turn it back to auto, and that this would stop the error, I can easily incorporate this. Am I right in my definition of this? If so, how would I impliment this in vba code?
Your help will be GREATLY appreciated.
Kind regards,
Oliver