View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BSII BSII is offline
external usenet poster
 
Posts: 8
Default Sort Worksheet Tabs

Thanks everyone - works like a charm

"Jim Cone" wrote:

- or-
The free Excel add-in XL Extras will do that;
right-click a sheet tab and select sort. Download from...
http://www.realezsites.com/bus/primitivesoftware
--
Jim Cone
San Francisco, USA


"BSII"
wrote in message
Does anyone know of a VBA command or program string to sort the worksheet tab
order? I have a program that divides up data into 10+ tabs and renames the
worksheets automatically. I'd then like to sort them alphabetically.

Thank you for any help you can offer.