n Excel instance displays only one worksheet at a time. The Activate method
of the vba.Worksheet object bring the represented worksheet on top. The
Activate() method throws if the Parent is not Active.
Do not use this method during initial execution of the pfe-script and in
"OnWorkbookOpen" event handlers.
|