This should be a really easy question for you VBA experts. I have the following code:
Range(Selection, Selection.End(xlUp)).Select
What I would like to do is have one line code that does the above but then keep the selection but one cell below the full range. For example, if the code above...