Path of Cell reference changes upon Copying

njskatchmo

New Member
Joined
Mar 29, 2011
Messages
13
I am creating a shared file and I want it to to be as "robust" as possible.

The file is kept on a shared drive G:\. When you hit file>save as, and save it to C:\, it works fine.

However, if you copy the file from G:\ to C:\ it changes all the paths of the references to other workbooks.

For instance,
='G:\Deptdata\Place Vacancy and Rents Files in here\[ofrc_dts.csv]ofrc_dts'!E5

Changes to ='C:\Documents and Settings\Desktop\Place Vacancy and Rents Files in here\[ofrc_dts.csv]ofrc_dts'!E5

(It looks for a folder in the same folder as the excel workbook.)

How can I prevent the directory from ever changing?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Possibly using Indirect
=Indirect("'G:\Deptdata\Place Vacancy and Rents Files in here\[ofrc_dts.csv]ofrc_dts'!E5")
 
Upvote 0
This works perfectly, but if the ofrc_dts file is not open when I open the excel file, excel pretty much locks up. Is there anyway to prevent it from attempting to update these links?
 
Upvote 0
From Excel 2003 help (excerpt from topic: Control when links are updated

- Don't ask to update links for this workbook, and let me control whether links are updated
Warning This option affects all users of the workbook. If you choose to not update links, and not to prompt, users of the workbook will not know the data is out of date.

On Edit menu, click Links.
Click Startup Prompt.
Select the option you want.

Note You will still be notified if there are any broken links.
 
Upvote 0
maybe type in the network path \\networkshare

Also I have noticed moving and saving the file else where then returning to the original path, excel does "find" the sheet and reconnect it.

Its risky though...
 
Upvote 0
From Excel 2003 help (excerpt from topic: Control when links are updated

- Don't ask to update links for this workbook, and let me control whether links are updated
Warning This option affects all users of the workbook. If you choose to not update links, and not to prompt, users of the workbook will not know the data is out of date.

On Edit menu, click Links.
Click Startup Prompt.
Select the option you want.

Note You will still be notified if there are any broken links.

I've tried this, however, because it's an indirect function, excel doesn't seem to consider this a link, so telling it not to update does nothing.

I don't quite understand your idea PCRIDE.
 
Upvote 0

Forum statistics

Threads
1,224,544
Messages
6,179,430
Members
452,915
Latest member
hannnahheileen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top