getting a simple macro to begin execution on the selected cell
I created a simple macro to rearrange some cells, but I need it to start
relative to the cell selected. It always goes back to the cell selected when
I created the macro. I looked at the Visual Basic editor and it shows --
Range("A30").Select --, I don't want to start at "A30" every time, I want to
have that be a variable. How can I do that?
|