P
pgarcia
Hello all,
What is the code that will select A2:E2, shift+down arrow to last cell then
shift+up arrow?
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlUp)).Select
But this just goes down 1 cell, I need to go to the last cell in A:E.
Thanks
What is the code that will select A2:E2, shift+down arrow to last cell then
shift+up arrow?
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlUp)).Select
But this just goes down 1 cell, I need to go to the last cell in A:E.
Thanks