Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a macro attached to a button, as follows. Worksheets("Concern Log").Range("H" & CurrentRow) = InputBox(["Please enter Nunber of affected parts"], ["QTY"]) Worksheets("Concern Log").Range("I" & CurrentRow) = ListBox(["Please enter Fault Description"], ["FAULT DESCRIPTION"]) Worksheets("Concern Log").Range("J" & CurrentRow) = InputBox(["Please enter QRE Action"], ["QRE ACTION"]) This works fine, however instead of entering data in an Input Box, I would like a list box so I can select data from a specific list. At the end of the month when we review and sort data, if the descriptions are not the same it skews the results.I.e (some write cork spli, others write splitting cork) I have tried typing in ListBox, but of course there is no way of setting it up ect. Can anyone help. Duncan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Create a macro from drop down list (Validation List) in excel | Excel Programming | |||
delete a macro that isn't in macro list | Excel Discussion (Misc queries) | |||
Display a macro at top of macro list? | Excel Programming | |||
How to create a macro that compares a list to another list | New Users to Excel | |||
Show Macro list (tools-macro-macros) | Excel Programming |