_Workbook.Activate Method

Definition

Activates the first window associated with the workbook. This won't run any Auto_Activate or Auto_Deactivate macros that might be attached to the workbook (use the RunAutoMacros(XlRunAutoMacro) method to run those macros).

public:
 void Activate();
public void Activate ();
Public Sub Activate ()

Applies to