Heyas all,
I'm entering data from textboxes on my form into excel using:
Sheet1.Cells(2, 1).End(xlDown).Offset(1, 0) = UserForm1.textbox1.value
What I need is for the data to entered in a specific order, first by the date field descending then alphabetical by the name field. So it might require the insertion of rows to squeeze data in between already existing data.
Is this possible? if so could you give me some insight as to how I might go about doing this?
Thanks guys/gals
Kha0s
I'm entering data from textboxes on my form into excel using:
Sheet1.Cells(2, 1).End(xlDown).Offset(1, 0) = UserForm1.textbox1.value
What I need is for the data to entered in a specific order, first by the date field descending then alphabetical by the name field. So it might require the insertion of rows to squeeze data in between already existing data.
Is this possible? if so could you give me some insight as to how I might go about doing this?
Thanks guys/gals
Kha0s