_Application.ScreenRefresh Method

Updates the display on the monitor with the current information in the video memory buffer.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ScreenRefresh
'Usage
Dim instance As _Application

instance.ScreenRefresh()
void ScreenRefresh()

Remarks

You can use this method after using the ScreenUpdating property to disable screen updates.

ScreenRefresh turns on screen updating for just one instruction and then immediately turns it off. Subsequent instructions don't update the screen until screen updating is turned on again with the ScreenUpdating property.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace