Hi Christain,
I have attached two files. both have same end result. see if the is what you are looking for.
BudgetHlookup.xls
I added validation list in cell B1 for selecting the starting month and then whole bunch of Hlookup formula in all the cells for data. Then added code in 'Sheet with changing month' that will autofill the months in the first row.
Budget-CopyPaste.xls
at first i wrote the code in this file that copied data from Sheet1 to Sheet2 based on the month, but then i realized that if you change data in the Main Budget sheet, it will not be updated on Sheet2 until you run the code again. So I thought it's better to have lookup formula, then the data in Sheet2 is always current. If you want you can still use this file by adding more event handlers. the code in the file is
Hope that helps.
Bookmarks