PDA

View Full Version : Sorting Options for Several Data



jcas
07-20-2011, 06:28 AM
Hi

I'm trying to develop a way of sorting data. This might be easy for you guys but I'm not so familiar with VBA. I have a data table with the following columns: PROGRAM, TASK #, TITLE, DESCRIPTION, STATUS, DUE DATE, ASSIGNED TO. and I will like to add some type of sort buttons that can give the option of sorting the data in the following ways; alphabetical order for PROGRAM, numerical order for TASK #, alphabetical order for TITLE, time order for DUE DATES and alphabetical order for ASSIGNED TO.

Thanks

Paul_Hossler
07-20-2011, 05:19 PM
Not very elaborate

Paul