LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Sort list into alphabetical order

I have a data list called "AUDITORS" going from cell A1:A3 which is th
RowSource on a Listbox.

Could someone please suggest code that would do the following:

a: Automatically resort the list into alphabetical order prior t
calling it for the Listbox population.

b: Allow me to Add to the List via the listbox and rename as "AUDITORS
if the item name isn't stored on the list.

Note i have used this code to name the range at the moment.

Range("A2").Select
Range(ActiveCell, ActiveCell.End(xlDown)).Select
Selection.Name = "AUDITORS"

Thanks in advance

--
Message posted from http://www.ExcelForum.com

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sort in Greek alphabetical order jdc Excel Discussion (Misc queries) 2 December 6th 08 03:24 AM
sort last names by in alphabetical order Jackie Excel Discussion (Misc queries) 1 May 24th 06 08:45 PM
Using a macro to sort your data in alphabetical order? Carrie Excel Discussion (Misc queries) 1 April 14th 05 03:07 PM
Sort EXCEL sheets into alphabetical order KymY Excel Discussion (Misc queries) 3 April 4th 05 01:41 AM
Sort list into alphabetical order Jako[_17_] Excel Programming 0 June 12th 04 01:36 PM


All times are GMT +1. The time now is 09:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"