Purpose
Adds a custom list for custom autofill and/or custom sort.
Syntax
AddCustomList(ListArray, ByRow)
Required Parameters
ListArray
Specifies the source data, as either an array of strings or a Range object.
Optional Parameters
ByRow
Only used if ListArray is a Range object. True to create a custom list from each row in the range. False to create a custom list from each column in the range. If this argument is omitted and there are more rows than columns (or an equal number of rows and columns) in the range, Microsoft Excel creates a custom list from each column in the range. If this argument is omitted and there are more columns than rows in the range, Microsoft Excel creates a custom list from each row in the range.