Tab Object
Excel Developer Reference |
Represents a tab in a chart or a worksheet.
Remarks
Use the Tab property of the Chart object or Worksheet object to return a Tab object.
Once a Tab object is returned, you can use the ColorIndex property determine the settings of a tab for a chart or worksheet.
Example
In the following example, Microsoft Excel determines if the worksheet's first tab color index is set to none and notifies the user.
Visual Basic for Applications |
---|
|
See Also