_Application.ScreenRefresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the display on the monitor with the current information in the video memory buffer.
public:
void ScreenRefresh();
public void ScreenRefresh ();
abstract member ScreenRefresh : unit -> unit
Public Sub 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.