{Windows XP, Excel 2003}
I have been searching for a few hours, but have not come across the information that i need.
My manager has decided that we need a Metrics board of all of our critical numbers posted outside of the door to our department so that the president can see them when he walks by. Currently all those numbers are spread out on various worksheets on different workbooks.
One of those workbooks (currently called Q2.xls) has a new sheet added weekly for that week's schedule, each named the date of the Monday of that week (ex: this weeks is "Jun25"). I have a cell (H1) in my new workbook where I write the Monday date, and i want to reference a cell in the current week's sheet on this other book.
The direct code to the cell is
I'm wondering if i can use INDIRECT to replace "Jun25" with a reference to H1. This code is going to be added to a Macro once I can get it to work, so if there is a VBA code to make this easier, I am open to that too (just note that I am a complete VBA noob, just beginning Macros)
Thank you for your time
-Kevin
I have been searching for a few hours, but have not come across the information that i need.
My manager has decided that we need a Metrics board of all of our critical numbers posted outside of the door to our department so that the president can see them when he walks by. Currently all those numbers are spread out on various worksheets on different workbooks.
One of those workbooks (currently called Q2.xls) has a new sheet added weekly for that week's schedule, each named the date of the Monday of that week (ex: this weeks is "Jun25"). I have a cell (H1) in my new workbook where I write the Monday date, and i want to reference a cell in the current week's sheet on this other book.
The direct code to the cell is
Code:
=[Q2.xls]Jun25!$BO$31
I'm wondering if i can use INDIRECT to replace "Jun25" with a reference to H1. This code is going to be added to a Macro once I can get it to work, so if there is a VBA code to make this easier, I am open to that too (just note that I am a complete VBA noob, just beginning Macros)
Thank you for your time
-Kevin