I know this has to be simple but I can't seem to find it. I have a macro that does other things that I need it to and I am happy with the steps it does. What I need is a step at the begining that expands the selection from the selected column to include that column and the one to the right. The problem is that the column that will be selected originally is not known, it will initially be selected by the user, at which point the macro will be executed. So for example if they select column G and then run the macro, I need it to select column G and column H. I was able to find a command that used offset to move the active selection one column to the right but I need it to also keep the original column selected.
Bookmarks