I have a worksheet that holds sales data in a tabular layout. With months listed across the columns and categorys listed down the rows.
I have another worksheet (budget) that is built dynamically using vba for a date range which falls inside the column dates found in the sales data sheet.
The budget sheet also has a number of the same categories as the row labels.
I need to be able to pass the values of the column heading (vDate) from the budget sheet and the row label (vCategory) to a routine that will find me the value from the intersection for that date and category on the sales data sheet.
Is there an easy way to do this in vba?
Thanks in advance
Bookmarks