Syntax:=LastColumn(Row, Optional Worksheet, Optional Workbook)
Description:Returns the last column that holds a value for a given row.
Example:Find the last column in row 5 that has a value.=LastColumn(5)