
Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> In Excel2000, I have the following code in a macro...
>
[quoted text clipped - 5 lines]
>
> Thanks
I wanted to have it within the macro so that a listbox pops on the
screen, the user chooses the name and then my macro takes the user
picked name and filters the data. I did not want data validation.
> How about Data Validation? Debra Dalgleish has details on her website at
>
[quoted text clipped - 17 lines]
>
> - Show quoted text -
JP - 03 Mar 2008 22:19 GMT
You could create a userform on the fly and populate a listbox with the
list of named ranges from your worksheet. Seems like a big project
though.
HTH,
JP
> I wanted to have it within the macro so that a listbox pops on the
> screen, the user chooses the name and then my macro takes the user
> picked name and filters the data. I did not want data validation.
Bob Phillips - 03 Mar 2008 23:04 GMT
You could easily use the value selected in DV in your macro.
BTW, that website was http://www.contextures.com/xlDataVal01.html

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
I wanted to have it within the macro so that a listbox pops on the
screen, the user chooses the name and then my macro takes the user
picked name and filters the data. I did not want data validation.
On Mar 3, 4:35 pm, "Bob Phillips" <bob....@somewhere.com> wrote:
> How about Data Validation? Debra Dalgleish has details on her website at
>
[quoted text clipped - 22 lines]
>
> - Show quoted text -