Application.FileProperties Method
Project Developer Reference |
Displays the Properties dialog box for the active project file.
Syntax
expression.FileProperties
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
See the BuiltinDocumentProperties and CustomDocumentProperties properties, as well as the appropriate Visual Basic properties of the Project object, to manipulate the values of these properties.
See Also