I an unable to find a book or Youtube video to help me write a macro.
I have a large worksheet, which I update and add more rows of data each day.
I manually update the range of the most recently updated data that I wish to sort, into a cell G3 at the top above the data.
For example today I update new info and the range I wish to sort is B7:T60
Two days later I may update the content in the G3 cell to B7:T67
Fourdays later I may update the content in G3 cell to B7:T75
I want to write a VBA macro to read that cell G3 and the select the Range based on the content.
Then do a Sort (no header row) on column H (ascending) and column L (descending).
Thanks for any help.
I have a large worksheet, which I update and add more rows of data each day.
I manually update the range of the most recently updated data that I wish to sort, into a cell G3 at the top above the data.
For example today I update new info and the range I wish to sort is B7:T60
Two days later I may update the content in the G3 cell to B7:T67
Fourdays later I may update the content in G3 cell to B7:T75
I want to write a VBA macro to read that cell G3 and the select the Range based on the content.
Then do a Sort (no header row) on column H (ascending) and column L (descending).
Thanks for any help.