Archive of Mr Excel Message Board
I can figure out how to design the dialog box to enter
this info into one row (5B:5D for example), but I don't
know how to A)make the list auto sorting, by D, then by
C, or B)make the dialog box enter info into the next
unfilled row.
Column A has a countif formula all the way down the sheet,
and column E has a totalling formula all the way down,
so the next row won't be completely empty, just B:D.
Can someone please help me with this. I would appreciate
it if you guys could save me once again.
Thanks
Robert

Robert
You can use the macro recorder to get the code for sorting.
For the next available cell in column B :-
Range("B65536").End(xlup).Offset(1,0)
Celia
