Hi, using Excel XP
I have a small vba applicaiton that loads a form on start. This form is used to add clients. I want to update an existing list located on a worksheet of the same workbook with a new entry. This entry has to be placed in the correct alphabetic location in the list. Here's an example.
This is the ID that will be entered which is followed by other criteria :
cous22088006
now in the existing database there are many other entries. This entry has to be placed in the correct location inside the list like this
aaaa22085544
bbbb22056555
cous22088006
dddd54445589
and so on
Any insights?
Keep in mind that there is other data retrieved from the form that will be placed along side the number above.
Thx a lot!!!
I have a small vba applicaiton that loads a form on start. This form is used to add clients. I want to update an existing list located on a worksheet of the same workbook with a new entry. This entry has to be placed in the correct alphabetic location in the list. Here's an example.
This is the ID that will be entered which is followed by other criteria :
cous22088006
now in the existing database there are many other entries. This entry has to be placed in the correct location inside the list like this
aaaa22085544
bbbb22056555
cous22088006
dddd54445589
and so on
Any insights?
Keep in mind that there is other data retrieved from the form that will be placed along side the number above.
Thx a lot!!!