Workbook.Activate Method

Definition

Activates the first window associated with the workbook.

public:
 void Activate();
public void Activate ();
abstract member Activate : unit -> unit
Public Sub Activate ()

Remarks

This does not run any Auto_Activate or Auto_Deactivate macros that might be attached to the workbook (use the RunAutoMacros method to run those macros).

Applies to