M
Myles
Okay guys so i tried to convert some code i found for last Row with text in
it..
Function LastColumn(Row As String)
LastColumn = Range(Columns.Count & Row).End(xlToRight).Column
End Function
But i get an error when trying to use it
Does anybody know how to convert this to get the last column with text with
the Row is supplied?
Thanks!!
it..
Function LastColumn(Row As String)
LastColumn = Range(Columns.Count & Row).End(xlToRight).Column
End Function
But i get an error when trying to use it
Does anybody know how to convert this to get the last column with text with
the Row is supplied?
Thanks!!