Worksheet sorting

E

eharrell

Is there a way to sort worksheet tabs in a group?

i.e. - numeric by worksheet # 1, 2, 3, etc . . .?
 
A

Alex

Hi.

As far as I am aware there is no easy way to sort worksheets by their tabs
e.g alphabetically or numerically.

I have seen it done using VBA code. If you check out John Walkenbach's Excel
site I think you may be able to cut and paste the code from there.

I have to say, for what ought to be a simple task, the code is slightly
complicated and whether you can tailor it to your specific needs will depend
on your programming prowess.

Alex
 
D

David McRitchie

the article was ripped right out of Chip Pearson's page
which was properly referenced in another reply without
copying his code.
 
F

firefytr

Ah. Didn't know Chip P. had that. If I would have known that I woul
have posted that. Wasn't meaning to be misleading there
 
M

medavino

THANK YOU THANK YOU THANK YOU!!!!!
The instructions were clear and accurate.
Again thank you.
 
Top