View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dayanand Dayanand is offline
external usenet poster
 
Posts: 5
Default How to Sort Data by columns and display the data on GUI using Visual Basic

Hi All
I am building an application in which I have got an GUI screen with having a combo box and a "SORT" named click button which are related to a excell database. Now my task and help needed is..

There is a Excell Database in my local directory in which 8 columns are there with some data. All columns header names should be displayed in the GUI combo box. Which ever column is selected and "SORT" button is clicked then the Data base data should be sorted according to the selected columnwise and the sorted datas should be displayed somewhere on the GUI with each row/column data. There should also be a option to see the sorted data with NEXT and PREV optio

Could u please guide me on how to do this..

Regard
Dayanand