Forum Discussion
athegn
Jul 15, 2024Copper Contributor
Macro to Sort two columns
I need an Excel Macro for sorting. I have two columns with data. A contains addresses and B their grid reference. I add new addresses and their Grid references after the last currently used row. ...
HansVogelaar
Jul 15, 2024MVP
That macro, from Sub Grid_References() to End Sub, should work without modification.
You don't need the lines above Sub Grid_References().