he vba.Worksheet object represents a single sheet. The vba.Worksheet object
may be obtained by calling the ActiveWorksheet property of the Application
object, by using indexing property of the vba.Worksheets object or by calling
the Parent property of the vba.Range object. The vba.Worksheet object is
supplied into several event handlers by the ExcelListener.
|