Hi all,
I am trying to write a vba to generate unique ID numbers. This number needs to display in cell "I15" and cannot have already been generated.
The unique ID will either need to start with "NHS" or "MAN" depending on which the user is requiring. For example, the ID would look something like this: "NHS001", "NHS002" etc. or "MAN001", "MAN002" etc.
I have attempted many different ways of doing this and am not really getting close!
Can anyone help or point me in the right direction to do this please?
Thank you,
Eve
I am trying to write a vba to generate unique ID numbers. This number needs to display in cell "I15" and cannot have already been generated.
The unique ID will either need to start with "NHS" or "MAN" depending on which the user is requiring. For example, the ID would look something like this: "NHS001", "NHS002" etc. or "MAN001", "MAN002" etc.
I have attempted many different ways of doing this and am not really getting close!
Can anyone help or point me in the right direction to do this please?
Thank you,
Eve