method Refresh | |
Syntax: | object.Refresh |
Description: | The Refresh method will reload the Range Definitions for the system. Use this method if the Ranges have been modified. Example: Dim oRanges As Object Set oRanges = CreateObject("Tracker.TrkRanges") MsgBox oRanges.Count oRanges.Refresh ... ... ... |