Hello, welcome the forums.
You might want to use a defined range that utilizes concatenate, that way you can change the workbook name dynamically. This code is not tested, but define a name with something like this:
=CONCATENATE("C:\File Location\Test.xls!'" & E32 & "'$A$1'")
Where E32 could = TODAY() ... Or however you have your naming structure for the worksheets, you may need to do a custom format.
See this separate thread for more insight:
http://www.excelforum.com/excel-misc...reference.html
Bookmarks