Hi all,
Very new to all this - I'm an old dog trying to learn new tricks. I have created a userform with textbox's and combobox's along with a save button. When you press the save button, all the entered data does what it is meant to do - sent to sheet3 (info) and then resets the form for the next entry.
The one problem area is textbox1 - I need it to populate with a unique ID every time it is either opened for the first time, or reset via the save button. This number will ultimately form the invoice number.
Sheet3 has a defined range of CustomerId is column one - formatted as special with NMBC1001 in place of numbers. The first available row is A2.
I have literally slaved over the keyboard and internet for nearly a week or more just on this one area - any help will be greatly appreciated.
As a footnote - I actually had it working once by mistake, only to have it disappear when I deleted what I thought was irrelevant code
Very new to all this - I'm an old dog trying to learn new tricks. I have created a userform with textbox's and combobox's along with a save button. When you press the save button, all the entered data does what it is meant to do - sent to sheet3 (info) and then resets the form for the next entry.
The one problem area is textbox1 - I need it to populate with a unique ID every time it is either opened for the first time, or reset via the save button. This number will ultimately form the invoice number.
Sheet3 has a defined range of CustomerId is column one - formatted as special with NMBC1001 in place of numbers. The first available row is A2.
I have literally slaved over the keyboard and internet for nearly a week or more just on this one area - any help will be greatly appreciated.
As a footnote - I actually had it working once by mistake, only to have it disappear when I deleted what I thought was irrelevant code