I have found so many similar situations like mine, but nothing that has helped me. I bet its just a check box that i am overlooking, but here are the details:
We have a submittal file that we all share in the office which resides on our network mapped "Z:\" drive. The path is as follows:
Z:\CAD-TOOLS\CAD_Custom\Templates\Submittal.xlsb
In this file, i have an "Info" tab that references a job database to fill in the address, job number, customer information, etc. for the cover sheets and table of contents. The file that is referenced is located at:
Y:\_Projects\Jobs2.0.xlsm
The next tab is the "Table of Contents", which has a column to enter an 8-digit part number, and 4 columns with VLOOKUP formulas that populate from that part number. That File is located at:
Z:\CAD-TOOLS\CAD_Custom\Databases\Equipmaster.xlsm
We have been copying Submittal.xlsb and pasting it into our job folders when we need it. There are 3 drives with job files where we paste Submittal.xlsb, the H:\ K:\ and Y:\ drives. There are 2 out of the 8 computers in our department that are having the following problem, the other 6 are fine. If i were to copy Submittal.xlsb and paste it to a folder on the H:\ drive and then open it, click the Data tab, click edit links, the 2 links are shown as follows:
H:\CAD-TOOLS\CAD_Custom\Databases\Equipmaster.xlsm
Y:\_Projects\Jobs2.0.xlsm
If i were to copy Submittal.xlsb and paste it to a folder on the K:\ drive and then open it, click the Data tab, click edit links, the 2 links are shown as follows:
K:\CAD-TOOLS\CAD_Custom\Databases\Equipmaster.xlsm
Y:\_Projects\Jobs2.0.xlsm
If i were to copy Submittal.xlsb and paste it to a folder on the Y:\ drive and then open it, click the Data tab, click edit links, the 2 links are shown as follows:
Y:\CAD-TOOLS\CAD_Custom\Databases\Equipmaster.xlsm
Y:\_Projects\Jobs2.0.xlsm
Here is the typical formula (before copying to another drive) that looks to Equipmaster:
=VLOOKUP(D19,'Z:\SIM-TOOL\SG_Custom\Databases\[Equipmaster.xlsm]Equipmaster'!$A:$AZ,2,FALSE))
Here is the typical formula (this stays static even after copying to another drive) that looks to Jobs2.0:
=IF(C9="","",VLOOKUP(C9,'Y:\_Projects\[Jobs2.0.xlsm]Jobs'!$B:$BD,9,FALSE))
is there something i am missing? Thank you in advance for your help!
Bookmarks