I am using Excel 2007. I would like to be able to create a macro where the user enters a start and end date and that range is used as the filter to extract data from one worksheet to another.
You can use RefEdit control in the userform. It has to be modal.
Another option is to use Application.InputBox with Type=8.
Both enable you to select sheets and ranges.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.