Hi
I need to create a daily rport for a morning meeting from an excel table that hold my productivity data for a number of production lines.
I was thinking of having the user enter a date into cell C1 of the report, then hitting a macro that collected the data for that date and pasted it into another table. (I've shown the client pivot tables but they want a specific report printed).
I'm thinking along the lines of:
collect the date
find the first occurrence of the date in my sorted table [firstdate]
find the last occurrence [lastdate]
copy the data from the relevant rows and paste
Can anyone help me with the method and code for my macro?
Many thanks
Paul
I need to create a daily rport for a morning meeting from an excel table that hold my productivity data for a number of production lines.
I was thinking of having the user enter a date into cell C1 of the report, then hitting a macro that collected the data for that date and pasted it into another table. (I've shown the client pivot tables but they want a specific report printed).
I'm thinking along the lines of:
collect the date
find the first occurrence of the date in my sorted table [firstdate]
find the last occurrence [lastdate]
copy the data from the relevant rows and paste
Can anyone help me with the method and code for my macro?
Many thanks
Paul
Last edited: