Object: Sheet
- Updated2024-09-12
- 1 minute(s) read
(Collections | Workbook) > Sheets > Object: Sheet
Object: Sheet
The Sheet object provides a worksheet from the open work folder and the associated properties.
The following example generates a new channel group which has the name of the first worksheet:
Dim oCurrSheet Set oCurrSheet = Workbook.Sheets.Item(1) Call Root.ChannelGroups.Add(oCurrSheet.Name)
Properties
Index | MaxPosition | MinPosition | Name