combobox Question

G

Greg B

I have a combobox which I am using to show upcoming meetings. What I would
like to happen is if someone types in a date for this to show all the items
on the page with that date.

Is this possible

The page is called "meetings"

combobox rowsoure is from a2:e56536

Thanks

Greg
 
B

Bob Phillips

You could do an advanced filter on the data to another range, and link to
that range. Recording a macro should get you the code.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
G

Greg B

Thanks Bob

Will give it a go

Greg
Bob Phillips said:
You could do an advanced filter on the data to another range, and link to
that range. Recording a macro should get you the code.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top