Several workbooks each with many worksheets (50+)
but lets just say workbook1 and workbook2
Workbook1 has multitude of links to workbook2
Some of the links used a mapped drive references suchs as H:workbook2.xlsx!$A$3
Other links (to the SAME workbook) have the path as UNc such as \ab-norm-1commonalanworkbook2.xlsx!$B$12
If the suer has workbook1 open and then opens the workbook2, then the first link reduces the drive reference to just the workbook but the second link still has the UNC full path and does not update.
Using edit links reveals that we are looking for 2 separate linked workbook2 instances.
Much strange
When the workbook2 is being worked on, then using update values in workbook1 will only reveal the last saved value of workbook2 (in other workbooks it updates to the current value even if workbook2 has not been saved)
Saving workbook2 and then updating the values in workbook1 does reveal the new workbook2 values.
Has anyone else experienced this and is their any kind of recommended procedure for going about getting the data correct?
We have used replace to correct the unc path but it seems random as to whether the unc path is used or not. (random shouldn’t figure in this..but it feels like it)
Thanks