excel - Copy column with VBA if date equals month -
i have macro copy column of data if data matches. each month report spits out current month of data, , have copy , paste column b data the column same date of month.
- in cell a2 enter date. first day of month represent month simple. example:
7/1/17 - column b has date need copied. b4:b660
- in columns h3 thru s3 months of year. (h3)
7/1/2017(i3)8/1/2017(j3)9/1/2017(k3)10/1/2017... (s3)6/1/2018
so if type date in a2, if equals same date in 1 of cells in h3 thru s3, copy column b below date in h4 thru s4.

Comments
Post a Comment