I have 2 rows of data the first row is the months (Jan-11, Feb-11, etc.) below each month is data for that current month. I am trying to use vba to find the current month, and place the data below it. I have everything else done but how to find out if its the current month and then to paste the data into the cell 2 below that proper month.
Right now I am using a formula: =month(today()) to get the current month and then use a vlookup to show the name in the proper format. I was figuring on using a loop to go through the column and if they match then put it below there but I am sure there is a better way.
If there is not a better way, how should I set up the loop?
Thanks
Right now I am using a formula: =month(today()) to get the current month and then use a vlookup to show the name in the proper format. I was figuring on using a loop to go through the column and if they match then put it below there but I am sure there is a better way.
If there is not a better way, how should I set up the loop?
Thanks