1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

[Linked Excel file not accessible from shared Excel file on server]

Discussion in 'Networking (Hardware & Software)' started by Mithun, 2009/04/17.

  1. 2009/04/17
    Mithun

    Mithun Inactive Thread Starter

    Joined:
    2008/04/21
    Messages:
    186
    Likes Received:
    0
    hi pete

    One more problem i am facing in microsoft excel i have created one excel file and in that file i have linked another excel file. I have shared that excel file on file server. When client computer try to access that file, the file is opening but another file which i have linked is not opening. On some systems its opening but on other systems its not opening .System configuration is same as above. I hope you try to understand what i mean to say
     
  2. 2009/04/18
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    I've split this post to a new thread as it has no bearing on your original thread.

    Little bit outside my experience with Excel - correction - way outside my experience :)
    Are both files shared on all systems?
     

  3. to hide this advert.

  4. 2009/04/21
    Mithun

    Mithun Inactive Thread Starter

    Joined:
    2008/04/21
    Messages:
    186
    Likes Received:
    0
    hi Pete,

    Yes both the files are on same server
     
  5. 2009/04/21
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Let's see if the Networking guys can help out - moved.
     
  6. 2009/04/22
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    Check that the link path is not local. That is, it is not something like:

    Code:
    '[C:\directory\file_name.xls]Sheet1'!$B$38
    If the file being linked to is not in the same location as the file being opened, then the link should be the full network URL (in fact its probably better to always ensure it is the full URL). That is something like this:

    Code:
    '[\\server_name\share_name\directory\file_name.xls]Sheet1'!$A$1
    By the way - linked spreadsheet are very difficult to maintain in a shared environment. Are you sure you need to link the sheets? There is usually a better way to handle the problem. For example by using hidden sheets or a shared database.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.