View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
sk sk is offline
external usenet poster
 
Posts: 24
Default Are relative file locations possible in linking workbooks?

I was wondering if you ever found a solution to this solution. I'm going to
attempt to do it tomorrow. I also so this webpage:
http://support.microsoft.com/kb/328440 but haven't gone through it
completely.

"Angyl" wrote:

1st: At my company there is no network...that's right. No shared drives
(and this isn't a small company).

So...

How do I link workbooks together with a relative path so I can send them to
someone else and still have them work.

I.E. if I want a cell in Workbook 2 to be the same as a cell in Workbook 1 I
simply enter

=

and click on the cell in Workbook 1.

What Excel translates that to is ='C:\Documents and Settings\Tallen\My
Documents\Reports\Commercial Discharges\[WorkbookName & Cell Range]')

I need to be able to EMAIL both of these documents to someone and have them
function. I've tried deleting all of the extra pathname garbage from the
formula so hopefully the workbook would just look in the same directory it is
in for the other file...but that doesn't work, Excel just puts the path
information right back in after I delete it.

So is there a way to get Excel to look for a file RELATIVE to its current
location (like the same directory) rather than at a full FIXED PATH?