Good morning everyone.
I need to assistance with an Excel sheet I've put together.
Long story short - we have a database of historic orders from an old system we no longer use and the product codes are 15 characters long but each character determines a certain characteristic of the product.
Example:
32AWE2B7SAWEC4S
Character 1:- Country Code
Character 2:- Width
Character 3:- Depth
Character 4 & 5:- External colour
Character 6:- Profile
Character 7:- Coating - External
Character 8:- Thickness of external sheet
Character 9:- Substrate (External)
Character 10:- Core type
Character 11 & 12:- Internal liner colour
Character 13:- Coating - Internal
Character 14:- Thickness of Internal sheet
Character 15:- Substrate (Internal)
I've currently got a simple spreadsheet set up so that I paste the relevant product code into column A and then columns B-N are setup with dropdown menus, each linked to a validation list which relate to the part of the code above.
I have to then manually go through the product code and drop down each menu option to the relevant number or letter so that I have a full product description.
Ideally I would like to code this so that I could paste the product code in and Excel automatically populates the adjacent cells based on the defined characters and lists.
Is this firstly something that's possible with VBA and if so, how complex is it to implement?
Thanks in advance
Rich
Bookmarks