gilly01625
New Member
- Joined
- Nov 8, 2024
- Messages
- 15
- Office Version
- Prefer Not To Say
- Platform
- Windows
Hey. I am developing a spreadsheet using user form's for the purpose of tracking freelance work including shifts, clients, income, expense, and invoices.
I am trying to generate a new reference number for each new data entry into a table. I currently have a user form which when completed, populates a table on a worksheet - I want to generate a reference number in the following format - OLUK-0000, and OLAUS-0000. I want the 0000 to increase by 1 every time a new entry is made (OLUK-0001, OLUK-0002 etc). There are 2 types of reference, OLUK (referring to work carried out in the UK), and OLAUS (referring to work carried out in Australia). I have check boxes labelled as UK and AUS -when one of these options is selected, I want a text box to display a new reference number with the corresponding OLUK or OLAUS plus a number.
Is this possible?
Thanks
I am trying to generate a new reference number for each new data entry into a table. I currently have a user form which when completed, populates a table on a worksheet - I want to generate a reference number in the following format - OLUK-0000, and OLAUS-0000. I want the 0000 to increase by 1 every time a new entry is made (OLUK-0001, OLUK-0002 etc). There are 2 types of reference, OLUK (referring to work carried out in the UK), and OLAUS (referring to work carried out in Australia). I have check boxes labelled as UK and AUS -when one of these options is selected, I want a text box to display a new reference number with the corresponding OLUK or OLAUS plus a number.
Is this possible?
Thanks