Please help
I have a worksheet I update monthly using Microsoft query.
The information is collated and summarised in the attached worksheet.
I need a small VBA code Based on a command button to.
1. Request the Month/Year (APR-15)
Then using the user input copy the Total value from F9 and copy it to the Cell in D based on the matching month in C
This is a small step I know and can do it manually however once I have this working I will move forward. I am trying to teach myself VBA but am struggling here.
Thanks
I have a worksheet I update monthly using Microsoft query.
The information is collated and summarised in the attached worksheet.
I need a small VBA code Based on a command button to.
1. Request the Month/Year (APR-15)
Then using the user input copy the Total value from F9 and copy it to the Cell in D based on the matching month in C
This is a small step I know and can do it manually however once I have this working I will move forward. I am trying to teach myself VBA but am struggling here.
Thanks
Comment