Worksheet.Tab Property
Excel Developer Reference |
Returns a Tab object for a worksheet.
Syntax
expression.Tab
expression A variable that represents a Worksheet object.
Example
In this 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