Quote Originally Posted by Zaigham View Post
Hi Admin

It works fine. Just inserts sheets in descending order and it is not a big problem. I am really thankful to you.
If you want the order reversed, then change Admin's For statement to this...

Code:
For i = UBound(NameList, 1) To 1 Step -1