Application.StartupPath Property
Word Developer Reference |
Returns or sets the complete path of the startup folder, excluding the final separator. Read/write String.
Syntax
expression.StartupPath
expression An expression that returns an Application object.
Remarks
Templates and add-ins located in the Startup folder are automatically loaded when you start Word.
Example
This example displays the complete path of the Startup folder.
Visual Basic for Applications |
---|
|
This example enables the user to change the path of the Startup folder.
Visual Basic for Applications |
---|
|
See Also