Chapter 2 -- 19
Reference Guide
"
""
" Application.DefaultFilePath
Sets or returns the default path specification used by the
application for opening document files.
Access Read/Write.
Type VT_BSTR or
String.
"
""
" Application.Dialogs
Returns the Dialogs
collection that represents all the built-in
dialog boxes of the application.
Access Read-only.
Type VT_DISPATCH or
Dialogs.
"
""
" Application.Documents
Returns the Documents
collection that represents all the open
documents.
Access Read-only.
Type VT_DISPATCH or
Documents.
"
""
" Application.EnableEvents
Enables or disables Automation events notification (Default:
False) (see Appendix).
Access Read/Write.
Type VT_BOOL or
Boolean.
"
""
" Application.FullName
Returns the file specification for the application, including path.
(Ex : c:\drawdir\scribble).
Access Read-Only.
Type VT_BSTR or
String.