John McGraw
Board Regular
- Joined
- Feb 25, 2002
- Messages
- 76
Is there a way to suspend cell updates from VBA temporarily?
I am finishing up some VBA code that creates a report, it runs fine. But when I include formulas and analysis in the spreadsheet for this report, the VBA program runs VERY SLOW. The automatic cell updates between each data change are just too much.
I want to turn cell updates off at the beggning, and turn them back on at the end. How can I do that?
Thanks much,
John
I am finishing up some VBA code that creates a report, it runs fine. But when I include formulas and analysis in the spreadsheet for this report, the VBA program runs VERY SLOW. The automatic cell updates between each data change are just too much.
I want to turn cell updates off at the beggning, and turn them back on at the end. How can I do that?
Thanks much,
John