Excel 97
I need to do a copy and paste special from within a macro based on the current cell selected. That is to say that I need to take cells (?)$4?)$21 and copy them to another location in order to do a compare operation but the column number (the question mark in the above example) needs to depend on what cell I currently have selected. If I am in column Q (any cell in that column selected), I need to copy Q4 to Q21. If I am in column AD, I need to copy AD4 to AD21, etc.
I have tried a few variations of ActiveCell.Offset().Select but haven't found something to work. Any ideas?
I need to do a copy and paste special from within a macro based on the current cell selected. That is to say that I need to take cells (?)$4?)$21 and copy them to another location in order to do a compare operation but the column number (the question mark in the above example) needs to depend on what cell I currently have selected. If I am in column Q (any cell in that column selected), I need to copy Q4 to Q21. If I am in column AD, I need to copy AD4 to AD21, etc.
I have tried a few variations of ActiveCell.Offset().Select but haven't found something to work. Any ideas?