April 2006
Beginner
1114 pages
98h 16m
English
workbook.Worksheets
Returns a collection containing all the worksheets in a workbook. Use the Worksheets collection to get a specific worksheet from a workbook. For example, the following code gets a reference to the General worksheet and assigns it to an object variable:
Dim ws As Worksheet
Set ws = ThisWorkbook.Worksheets("General")Read now
Unlock full access