InfoConnect for Airlines VBA Guide
Url Property (WebDocument)
Gets the URL of the current document.
Syntax
Object.Url As String
Example
Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
 
public Property GetURL() As String
Get
Return WDocument.Url
End Sub
End Property
See Also