S
shriil
have an excel sheet where I keep track of maintenance jobs done
throughout the year. The data looks like as mentioned below:
A1 B1 C1
Descr Job no Job Date
AAA 25/1 12/08/10
BBB 12/2 14/08/10
CCC 30/2 15/08/10
DDD 05/3 02/09/10
.... .... ........
I would like to run a macro or a function where I will filter out the
above range
between two dates, (i.e I input a Start Date and a End Date) and copy
the filtered list to a new sheet.
Ideally the function will be selecting the specified range, say
A1:C100, then ask the user to input a 'start date' and a 'end date',
and finally output the filtered list to another desired range, say
D1:F100.
I normally use the Advanced Filter Option for doing the same but would
like to automate the same for easier user interaction.
Thanks for the help
throughout the year. The data looks like as mentioned below:
A1 B1 C1
Descr Job no Job Date
AAA 25/1 12/08/10
BBB 12/2 14/08/10
CCC 30/2 15/08/10
DDD 05/3 02/09/10
.... .... ........
I would like to run a macro or a function where I will filter out the
above range
between two dates, (i.e I input a Start Date and a End Date) and copy
the filtered list to a new sheet.
Ideally the function will be selecting the specified range, say
A1:C100, then ask the user to input a 'start date' and a 'end date',
and finally output the filtered list to another desired range, say
D1:F100.
I normally use the Advanced Filter Option for doing the same but would
like to automate the same for easier user interaction.
Thanks for the help