I know this may seem trivial but I am having a difficult time finding a solution.
I use "Range(ActiveCell, [A65535].End(xlUp)).Select" to select everything from activecell down to the last cell in column. Works great if I'm in column A (or any other known column). However, if the column changes, how do I change the "[A65535].End(xlup)" in my code to select the activecolumn?
I use "Range(ActiveCell, [A65535].End(xlUp)).Select" to select everything from activecell down to the last cell in column. Works great if I'm in column A (or any other known column). However, if the column changes, how do I change the "[A65535].End(xlup)" in my code to select the activecolumn?