Type
String Collection (Read-Only)
Description
The list of URLs currently in the history list. The History page displays the titles associated with this list.
Example
REM Create a list of visited URLs:
Dim item As Variant
For Each item In WebsterPro1.HistoryPages
MyList.Add item
Next item