L
LuisE
Is there any way to do the following in one line of code?
I need to use that row as a variable. It is not the last cell in that column.
Thanks in advance
Range("B1").Select
Selection.End(xlDown).Select
Selection.End(xlDown).Select
Selection.End(xlDown).Select
Selection.Row
I need to use that row as a variable. It is not the last cell in that column.
Thanks in advance
Range("B1").Select
Selection.End(xlDown).Select
Selection.End(xlDown).Select
Selection.End(xlDown).Select
Selection.Row