Previous Document Next Document

Object Model Reference : Classes : W : Windows : Methods : Windows.Refresh


Windows.Refresh

Sub Refresh()

Description

Member of Windows

The Refresh method refreshes all windows in a Windows collection, updating the windows with the most recent information.

VBA example

The following VBA example refreshes all windows.

Sub WindowsRefresh()
 ActiveDocument.Windows.Refresh
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.