I need to select a range in an Excel macro. I don’t think it can be a named range because it’s going to change every month (move one column to the right). I have the macro selecting the right column, now I just need it to select the column of numbers down to the total. I can do this by using Range(Selection, Selection.End(xlDown)).Select a whole bunch of times (11 to be exact) …is there an easier way to do it?
Thanks in advance,
Christa