I have two different columns on Excel. I want to create a script that will sort Column F, (Have a header) and will sort Column B based on where Column F's sort worked out. (Without affecting any other columns however!)
So if I have
ColB ColF
1. Cat 2
2. Mouse 1
3. Dog 3
The sort will give me
ColB ColF
1. Mouse 1
2. Cat 2
3. Dog 3
How can I do this? I tried recording a macro of just sorting it out, but I get an error saying "The command cannot be performed with multiple selections, Click a single range and try again"
