Darren Guess
New Member
- Joined
- Dec 7, 2011
- Messages
- 28
Hi
I am a new user to form controls and VBA and I know most of you will be thinking I could search for the answer, but after around 4 hours of reading posts I am still a little confused and can't find what I'm looking for, as they all go a little more complex
All I need is a List Box that a user can select multiple options. once selected these enter in to another cell (conmma seperated, or carriage returned). Cell "J17"
Previously I had a free text box that individuals could fill out with any text, but my Director now wants some 'sanitised data entries' only to be selectable.
I do not want to make it too complex or flash, so was against using a User Form (unless necessary), I would just like to embed a list box and size it to the same as a cell, which would scroll as required. Also could the list box be placed over the cell I want the data to end up in "J17"?
I would then like to hard code the list as below, so users could not add or change the selections.
Spares Shortages - MAEL to supply
Spares Shortages - Customer to supply
Awaiting repair scheme from Airbus
Awaiting repair scheme from Boeing
Awaiting final repair approval - Airbus
Awaiting final repair approval - Boeing
Positive planned progress being achieved
Unplanned issues being encountered
I'm sure this will be fairly simple for the advanced users out there, so I appreciate the help and the steep learning curve I am on
Best Regards
Darren
I am a new user to form controls and VBA and I know most of you will be thinking I could search for the answer, but after around 4 hours of reading posts I am still a little confused and can't find what I'm looking for, as they all go a little more complex
All I need is a List Box that a user can select multiple options. once selected these enter in to another cell (conmma seperated, or carriage returned). Cell "J17"
Previously I had a free text box that individuals could fill out with any text, but my Director now wants some 'sanitised data entries' only to be selectable.
I do not want to make it too complex or flash, so was against using a User Form (unless necessary), I would just like to embed a list box and size it to the same as a cell, which would scroll as required. Also could the list box be placed over the cell I want the data to end up in "J17"?
I would then like to hard code the list as below, so users could not add or change the selections.
Spares Shortages - MAEL to supply
Spares Shortages - Customer to supply
Awaiting repair scheme from Airbus
Awaiting repair scheme from Boeing
Awaiting final repair approval - Airbus
Awaiting final repair approval - Boeing
Positive planned progress being achieved
Unplanned issues being encountered
I'm sure this will be fairly simple for the advanced users out there, so I appreciate the help and the steep learning curve I am on
Best Regards
Darren