Hi All,
I am currently trying to put bin locations to all the storage locations throughout the business
I need to identify all bins locations which if all typed in manually would take forever.
My thought process was a userform asking for the 1st location i.e. S001 and then the last location S200. These letter pre-fix changes to define the different areas of the business..
Then ask for the amount of sub locations within said locations i.e. A to F.
The macro then would produce 4 identical sized codes on an A4 sheet using the entire sheet with the following on them as an example.
*S001A*, *S001B*, *S001C* and so on until the criteria within the form has been met. As you can see all bin locations would start and end with an Asterix. This is for barcoding purposes.
The sizing of the font at this point and actual font are not a problem as I can alter that at a later stage when we have decided which barcode system we will be using.
I am hoping someone can help as I have said this would take an age to manually type out and my VBA is not good enough to be able to do this. I have tried previously doing userforms but always seem to struggle and get them wrong. Any help would be userful.
Thanks in advance.
I am currently trying to put bin locations to all the storage locations throughout the business
I need to identify all bins locations which if all typed in manually would take forever.
My thought process was a userform asking for the 1st location i.e. S001 and then the last location S200. These letter pre-fix changes to define the different areas of the business..
Then ask for the amount of sub locations within said locations i.e. A to F.
The macro then would produce 4 identical sized codes on an A4 sheet using the entire sheet with the following on them as an example.
*S001A*, *S001B*, *S001C* and so on until the criteria within the form has been met. As you can see all bin locations would start and end with an Asterix. This is for barcoding purposes.
The sizing of the font at this point and actual font are not a problem as I can alter that at a later stage when we have decided which barcode system we will be using.
I am hoping someone can help as I have said this would take an age to manually type out and my VBA is not good enough to be able to do this. I have tried previously doing userforms but always seem to struggle and get them wrong. Any help would be userful.
Thanks in advance.