Changes the Application object to an absolute object rather than a relative object. For more information on absolute and relative URLs, refer to Understanding Absolute and Relative URL Addressing
Syntax
expression.MakeAbs(UrlBase, Url)
expression An expression that returns a Application object.
UrlBase Required Variant. A base URL. Can be one of the following, a string, or an object of type Web, WebFolder, WebFile, NavvigationNode, or IHTMLDocuemnt2.
Url Required String. A string that contains the entire URL for the web. This can be any URL for a web, such as http://web server/folder or file://file system/folder for disk-based webs.
Return Type
String