Hello Everyone,
I've been searching for a few days for the solution to my problem, but nothing fits the bill.
Imagine a system for recording Invoices. The invoice number cannot be re-used, and must not change after it has been entered (or rather, looked up from a counter). Is there any way to do this? Preferably without using VBA but I think it's impossible without!
In short, I want to look up a value, insert it in a cell and never allow that cell to change again. More detail: I am recording letters etc. sent to a customer. Entering a code for letter/memo/document increments its own counter and supplies a number for that particular document type. If I delete a previous entry, neither the counter nor previously used entries should change (as this will mess up the records!)
Any suggestions most welcome. Thank you for your assistance!
I've been searching for a few days for the solution to my problem, but nothing fits the bill.
Imagine a system for recording Invoices. The invoice number cannot be re-used, and must not change after it has been entered (or rather, looked up from a counter). Is there any way to do this? Preferably without using VBA but I think it's impossible without!
In short, I want to look up a value, insert it in a cell and never allow that cell to change again. More detail: I am recording letters etc. sent to a customer. Entering a code for letter/memo/document increments its own counter and supplies a number for that particular document type. If I delete a previous entry, neither the counter nor previously used entries should change (as this will mess up the records!)
Any suggestions most welcome. Thank you for your assistance!