Hi All,
I'm loosing my will to live, I need to find the last row in the last column:
LastColumn = Cells.Find(What:="*", After:=[A1], _
SearchOrder:=xlByColumns, _
SearchDirection:=xlPrevious).Column
LastRow = Cells.Find(What:="*", After:=[A],_
SearchOrder:=xlByRows, _
SearchDirection:=xlPrevious).Row
I want [A] in the LastRow to be LastColumn
Help please
many Thanks in advance
I'm loosing my will to live, I need to find the last row in the last column:
LastColumn = Cells.Find(What:="*", After:=[A1], _
SearchOrder:=xlByColumns, _
SearchDirection:=xlPrevious).Column
LastRow = Cells.Find(What:="*", After:=[A],_
SearchOrder:=xlByRows, _
SearchDirection:=xlPrevious).Row
I want [A] in the LastRow to be LastColumn
Help please
many Thanks in advance