I have an excel file and in the first column (A) i have some dates like this:
17/10/2013
18/10/2013
19/10/2013
20/10/2013
21/10/2013
22/10/2013
The other columns contains some datas. I need create an input box that takes everything inside a date range. I mean; i click the button and it shows me a popup like:
insert start date: 17/10/2013 (i can decide the date)
insert end date: 20/10/2013 (i can decide the date)
and then i can put a macro i've done. So my macro read only datas inside that range. Is it possible?