Workbook.Startup Event

Definition

Occurs after the workbook is running and all the initialization code in the assembly has been run.

public:
 event EventHandler ^ Startup;
event EventHandler Startup;
member this.Startup : EventHandler 
Event Startup As EventHandler 

Event Type

Remarks

The last thing to run in the constructor of the class that the user code is running in. Use this event for any additional initialization.

Applies to