method Count | |
Syntax: | Long = object.Count ( ) |
Description: | The Count method will return the number of Ranges defined in the System. Example: Dim oRanges As Object Set oRanges = CreateObject("Tracker.TrkRanges") oRanges.Refresh MsgBox oRanges.Count ... ... ... |