AddIn.Autoload Property
Word Developer Reference |
True if the specified add-in is automatically loaded when Word is started. Add-ins located in the Startup folder in the Word program folder are automatically loaded. Read-only Boolean.
Syntax
expression.Autoload
expression A variable that represents a AddIn object.
Example
This example displays the name of each add-in that is automatically loaded when Word is started.
Visual Basic for Applications |
---|
|
This example determines whether the add-in named "Gallery.dot" was automatically loaded.
Visual Basic for Applications |
---|
|
See Also