I have a range defined by two variables. Both variables are located in a single column. I would like to select and copy the cells in the adjacent range. How can I expand the selection defined by the values in the first column to include the values in the second column.
I tried the code below but received an "application defined or object defined error" error.
I tried the code below but received an "application defined or object defined error" error.
Code:
ActiveWorkbook.Sheets("ActiveSheet").Range(RngStart, RngEnd2).Resize(0, 1).Copy