ListObject.SourceType Property
Excel Developer Reference |
Returns a XlListObjectSourceType value that represents the current source of the list.
Syntax
expression.SourceType
expression A variable that represents a ListObject object.
Example
The following sample code returns a XlListObjectSourceType constant indicating the source of the default list on Sheet1 of the active workbook.
Visual Basic for Applications |
---|
|
See Also