Hi,
what is the equivalent of this
Range("A1:B" & Range("A1").End(xlDown).Row).Select
but instead of selecting until the last filled cell to the bottom, I what to select until the last cell to the right...
to be more precise,
I want to select from A1 until GS2 (for exemple) ... If my last fill cell is GS1.
thanks
what is the equivalent of this
Range("A1:B" & Range("A1").End(xlDown).Row).Select
but instead of selecting until the last filled cell to the bottom, I what to select until the last cell to the right...
to be more precise,
I want to select from A1 until GS2 (for exemple) ... If my last fill cell is GS1.
thanks