Hi there!
I'm facing a problem that I'm trying to solve myself. But before writing 1 000 000 lines of code, I want to ask you if a simpliest solution can help me:
In a form, I have a listbox that contains X number of customers numbers.
Once my listbox is filled up, I have a button where the user click on to launch the job in my sheet: the code should chek the first item, check in the column E if the item is there. If yes: write "Ok" in the column C (in the same line where the customer number has been found). If no: add the customer number into a string variable (named strReject).
I wish my problem is clear enought for you guys!
Thanks for all sugestions ;-)
I'm facing a problem that I'm trying to solve myself. But before writing 1 000 000 lines of code, I want to ask you if a simpliest solution can help me:
In a form, I have a listbox that contains X number of customers numbers.
Once my listbox is filled up, I have a button where the user click on to launch the job in my sheet: the code should chek the first item, check in the column E if the item is there. If yes: write "Ok" in the column C (in the same line where the customer number has been found). If no: add the customer number into a string variable (named strReject).
I wish my problem is clear enought for you guys!
Thanks for all sugestions ;-)