Hi, Masun,
I am guessing there is a reason that you named them that way?
Me? Thinking ahead for anything? YouŽre kidding 
Reason for this is when you try to sort the sheets inside a workbook. As the sheetnames with the numbers would be handled as a string the order after sorting should be Cnt1, Cnt10, Cnt11... Responsible for the sheet naming is this line of code
Any number will be formatted with leading zeros to match three digits. If you want just the plain numbers behind Cnt like "Cnt 1" you should change that line to read
or even omitt the blank after Cnt to get Cnt1 as resulting sheetname.
HTH,
Holger
Bookmarks