RemoveBlankColumnsFromList

Top  Previous  Next

×4.4Ø

S

A

W

WS

ü

ü

Syntax -

       RemoveBlankColumnsFromList <List Name>

               Where:

                       <List Name> is the user defined name that is assigned to the list.

               

Description:

This command is used to remove any column from a list that does not have any text contained in it.  If any cell within the column contains any text, the column will not be removed.  For the purposes of this command, white space is not considered text, and a column that is empty or contains only white space will be removed.  

 

Sample:

       The following statement will remove all blank columns from the list called ExcelData.

RemoveBlankColumnsFromList ExcelData

 

See Also:

RemoveBlankListMember