AddIn.Compiled Property
Word Developer Reference |
True if the specified add-in is a Word add-in library (WLL). False if the add-in is a template. Read-only Boolean.
Syntax
expression.Compiled
expression A variable that represents a AddIn object.
Example
This example determines how many WLLs are currently loaded.
Visual Basic for Applications |
---|
|
If the first add-in is a template, this example unloads the template and opens it.
Visual Basic for Applications |
---|
|
See Also