S
snax500
In Excel2000, I have the following code in a macro...
NAME = Application.InputBox("Type in Name to be filtered")
I want the user to use a list box ( with references to
range("o34
50") instead of InputBox, less chance for spelling errors.
How do I replace the code?
Thanks
NAME = Application.InputBox("Type in Name to be filtered")
I want the user to use a list box ( with references to
range("o34
50") instead of InputBox, less chance for spelling errors.How do I replace the code?
Thanks