The environment calls this method when startup is complete.
Syntax
Sub OnStartupComplete (Custom() As Variant)
This syntax has these parts:
| Part | Description |
| Custom() | Reserved for future use. |
Remarks
Add-ins must implement this method. It is in this method that the add-in can safely install user interface elements.