Morning/afternoon everyone,
I am writing a macro that needs to highlight and copy a range of data. However the amount of rows used varies everytime it is run, and I don't know how to get it to just highlight the data that is there.
Similar to this except in the downward direction:
Selection.End(xlToRight).Select
(Basically I just want to the macro to do a Shift + Ctrl + down arrow).
I am writing a macro that needs to highlight and copy a range of data. However the amount of rows used varies everytime it is run, and I don't know how to get it to just highlight the data that is there.
Similar to this except in the downward direction:
Selection.End(xlToRight).Select
(Basically I just want to the macro to do a Shift + Ctrl + down arrow).