ScreenUpdating Property

         Example         Applies To

True if screen updating is turned on. The default value is True. Read/write Boolean.

Remarks

Setting this property to False causes the chart workspace or spreadsheet to stop redrawing. To prevent screen flicker or to prevent the user from seeing individual updates, set this property to False, perform your update operations, and then reset this property to True.