WorkbookBase.Activate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activates the first window associated with the workbook.
public:
void Activate();
public void Activate ();
member this.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).