Share via


ListDataFormat Property [Excel 2003 VBA Language Reference]

Returns a

Visit ListDataFormat

object for the

Visit ListColumn

object. Read-only.

expression.ListDataFormat

expression Required. An expression that returns a

Visit ListColumn

object.

Remarks

Use the ListDataFormat property to return a ListDataFormat object.

The following code returns a ListDataFormat object for the Products column of a list in the active worksheet.

Dim objListDataFormat as ListDataFormat

set objListDataFormat = ActiveSheet.ListColumns("Products").ListDataFormat

Applies to | ListColumn Object

See Also | Publish Method