How can I write a VBA script to copy data from a column and paste it into another worksheet based on a criteria in a cell?
Example: Assuming the table below = RowsA6 : F6. Cell C1 = the current month.
I would like to copy from another worksheet, which looks like the one below, actual data for only column B (Apr). Monthly, I would change Cell C1 to read the current month.
And of course copy only data for that current month. So, in May, I want only need to update column C, with Actual for May and so on and so forth.
[TABLE="border: 1, cellpadding: 1, width: 500"]
Apr
[/td]Description
[/td]Apr
[/td]May
[/td]Jun
[/td]Jul
[/td]Aug
[/td]
[/TABLE]