Forum Discussion
G_Elena
Sep 03, 2019Copper Contributor
Sort worksheets in Excel
Good day! Please tell me if Excel has a function for sorting worksheets
nabilmourad
Sep 03, 2019MVP
Hi
Sorting the physical sheets can only be done by a Code (as you need to perform an action)... and a nice code has already been provided by a colleague.
However, if you want to consider creating a summary sheet (like an Index of Sheets) for all the worksheets sorted alphabetically and be able to navigate back and forth with a click, then the easiest option is to do it by Power Query. If Sheets are added or deleted then, just refresh the query.
Here is a simple tutorial in which I explain How to do It:
https://www.youtube.com/watch?v=jEr3uj1ljQ8
In the description below the video you have links to my other tutorials in which I do the same exact thing either using VBA or by using Functions.
Hope that helps
Nabil Mourad