View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alvis alvis is offline
external usenet poster
 
Posts: 2
Default Excell work sheet

Hi i am using VBA to retreve data from a sql 2000 database.
i then load the active worksheet with the recordset.
what i need to do is to display sorted data from the active worksheet into
another worksheet in the same workbook ie
i get dept, employee, salary, sicktime i need to sort by dept,employee and
salary with the results displaying on another sheet.