I have several columns of data. I would like to set it up so I can sort it by clicking on one of the cells, or running VBA code that takes the current selected cell's position, does an A-Z sort based on the column of the selected cell, and takes the user to the selected cell's new position in the newly sorted column. How can I do this?