I need a VBA sort routine that sorts on 2 columns:
Column C is the primary column
Column D is the secondary column
The data is to be sorted in place
The starting row is not row 1, it is a user designated row called StartRow
The ending row is LastRow
Each row contains data in columns C thru J and the rows must remain intact
There are approximately 850 rows of data

If anyone could help me with this it would be greatly appreciated.