auto open a workbook

M

Mauricio

Hello, I need a formula that well alaw me to open an
especific workbook from a text string from another,
since my files are save as dates(jan-01-03, etc....)
it's taking me to long to open, paste, and save the new
file.
since the workbook used a text(date) in a cell, how can I
used that to open the file with the same filename as the
cell before closing the workbook.
 
S

shockley

=HYPERLINK(A1&"/"&A2&".xls", A2)

Where A1 contains the directory path where the file is stored (for example,
C:\Documents and Settings\shockley\Desktop) and A2 contains the name of the
file, for example, 2003-10-22.

HTH,
Shockley
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top