Sorting in Visual Basic

  • Thread starter Thread starter Jack Marks
  • Start date Start date
J

Jack Marks

I am in the process of writing VB code to sort a few items in an Excel
spreadsheet, but I can't seem to find a simple command to sort some cells.
Anybody have one?
 
The macro recorder is your friend. Just record a macro while doing and
modify afterwards.
and/or look in vba help for SORT
 
Back
Top