Object Model Reference : Classes : W : Windows : Methods : Windows.Refresh |
Sub Refresh()
Member of Windows
The Refresh method refreshes all windows in a Windows collection, updating the windows with the most recent information.
The following VBA example refreshes all windows.
Sub WindowsRefresh() |
ActiveDocument.Windows.Refresh |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.