ApplicationEx object
When using the built-in VBA execution environment, it is possible to access the COM Application object as a global variable. The variable name is ApplicationEx inside the VBA execution environment.
When using the built-in VBA execution environment, it is possible to access the COM Application object as a global variable. The variable name is ApplicationEx inside the VBA execution environment.
MsgBox "Status is: " & CStr(ApplicationEx.CurrentInvoice.Status)
Inside the VBA execution environment, the global variable Application provides access to the OLE Application object. Thus, the following code gives the same result:
MsgBox "User is: " & Application.GetUserName()
MsgBox "User is: " & ApplicationEx.GetClassicObject().GetUserName()
The search returns topics that contain terms you enter. If you type more than one term, an OR is assumed, which returns topics where any of the terms are found. Enclose your search terms in quotes for exact-phrase matching.
The search also uses fuzzy matching to account for partial words (such as install and installs). The results appear in order of relevance, based on how many search terms occur per topic. Exact matches are highlighted.
To refine the search, you can use the following operators:
Note that operators cannot be used as search terms: + - * : ~ ^ ' "