Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SOS
 
Posts: n/a
Default find & replace link

In a worksheet, I have 15,000 links to data files as follows:

'C:\Data\A\1\[DataA1]
'C:\Data\A\2\[DataA2] and so on.....

I would like to replace them as follows:

'C:\Data\B\1\[DataB1]
'C:\Data\B\2\[DataB2] and so on ....

As you can see, I only want A to be changed to B, however, when I use Find &
Replace, it will prompt me the location of the new link file for every single
replacement.. 15,000 !. Pls help. Thanks


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default find & replace link

That means that the "new" workbook/worksheet doesn't exist. So either be a
better typist <bg or only do a few until you're positive you got it correct.

And maybe Edit|Links|change source would be easier/safer.


SOS wrote:

In a worksheet, I have 15,000 links to data files as follows:

'C:\Data\A\1\[DataA1]
'C:\Data\A\2\[DataA2] and so on.....

I would like to replace them as follows:

'C:\Data\B\1\[DataB1]
'C:\Data\B\2\[DataB2] and so on ....

As you can see, I only want A to be changed to B, however, when I use Find &
Replace, it will prompt me the location of the new link file for every single
replacement.. 15,000 !. Pls help. Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SOS
 
Posts: n/a
Default find & replace link

The workbooks are there. Is just they are located in various folders:

\Data\B\1\[DataB1.xls]!..., folder B\2, B\3, etc.

Basically, I want to copy Sheet 1 (those link to As folders) to Sheet 2. For
Sheet 2, I want the link to Bs folders. Edit|Link|change source would change
Sheet 1 as well, which is not what I want.

Alternatively, I thought of using the INDIRECT function, but this requires
the link files to be opened (approx 200 files). Any other formula which
doesn't requires link file to be opened?

"Dave Peterson" wrote:

That means that the "new" workbook/worksheet doesn't exist. So either be a
better typist <bg or only do a few until you're positive you got it correct.

And maybe Edit|Links|change source would be easier/safer.


SOS wrote:

In a worksheet, I have 15,000 links to data files as follows:

'C:\Data\A\1\[DataA1]
'C:\Data\A\2\[DataA2] and so on.....

I would like to replace them as follows:

'C:\Data\B\1\[DataB1]
'C:\Data\B\2\[DataB2] and so on ....

As you can see, I only want A to be changed to B, however, when I use Find &
Replace, it will prompt me the location of the new link file for every single
replacement.. 15,000 !. Pls help. Thanks


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default find & replace link

If excel doesn't think the file is there, I bet it's not there.

And you did verify the worksheet names, too, right?

SOS wrote:

The workbooks are there. Is just they are located in various folders:

\Data\B\1\[DataB1.xls]!..., folder B\2, B\3, etc.

Basically, I want to copy Sheet 1 (those link to As folders) to Sheet 2. For
Sheet 2, I want the link to Bs folders. Edit|Link|change source would change
Sheet 1 as well, which is not what I want.

Alternatively, I thought of using the INDIRECT function, but this requires
the link files to be opened (approx 200 files). Any other formula which
doesn't requires link file to be opened?

"Dave Peterson" wrote:

That means that the "new" workbook/worksheet doesn't exist. So either be a
better typist <bg or only do a few until you're positive you got it correct.

And maybe Edit|Links|change source would be easier/safer.


SOS wrote:

In a worksheet, I have 15,000 links to data files as follows:

'C:\Data\A\1\[DataA1]
'C:\Data\A\2\[DataA2] and so on.....

I would like to replace them as follows:

'C:\Data\B\1\[DataB1]
'C:\Data\B\2\[DataB2] and so on ....

As you can see, I only want A to be changed to B, however, when I use Find &
Replace, it will prompt me the location of the new link file for every single
replacement.. 15,000 !. Pls help. Thanks


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SOS
 
Posts: n/a
Default find & replace link

Yes, I have verified the worksheet names.

Is there anyway I can temporarily disable the prompt forlocation of the
files when I perform Find & Replace? At least I can change all As to Bs
faster, save the file & reopen to see whether the link is correct. By then I
can do change source if the link is incorrect.



"Dave Peterson" wrote:

If excel doesn't think the file is there, I bet it's not there.

And you did verify the worksheet names, too, right?

SOS wrote:

The workbooks are there. Is just they are located in various folders:

\Data\B\1\[DataB1.xls]!..., folder B\2, B\3, etc.

Basically, I want to copy Sheet 1 (those link to As folders) to Sheet 2. For
Sheet 2, I want the link to Bs folders. Edit|Link|change source would change
Sheet 1 as well, which is not what I want.

Alternatively, I thought of using the INDIRECT function, but this requires
the link files to be opened (approx 200 files). Any other formula which
doesn't requires link file to be opened?

"Dave Peterson" wrote:

That means that the "new" workbook/worksheet doesn't exist. So either be a
better typist <bg or only do a few until you're positive you got it correct.

And maybe Edit|Links|change source would be easier/safer.


SOS wrote:

In a worksheet, I have 15,000 links to data files as follows:

'C:\Data\A\1\[DataA1]
'C:\Data\A\2\[DataA2] and so on.....

I would like to replace them as follows:

'C:\Data\B\1\[DataB1]
'C:\Data\B\2\[DataB2] and so on ....

As you can see, I only want A to be changed to B, however, when I use Find &
Replace, it will prompt me the location of the new link file for every single
replacement.. 15,000 !. Pls help. Thanks

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default find & replace link

Not that I know of...but did you try edit|links.

You get to point and click at the new file--it might be safer/easier.

SOS wrote:

Yes, I have verified the worksheet names.

Is there anyway I can temporarily disable the prompt forlocation of the
files when I perform Find & Replace? At least I can change all As to Bs
faster, save the file & reopen to see whether the link is correct. By then I
can do change source if the link is incorrect.

"Dave Peterson" wrote:

If excel doesn't think the file is there, I bet it's not there.

And you did verify the worksheet names, too, right?

SOS wrote:

The workbooks are there. Is just they are located in various folders:

\Data\B\1\[DataB1.xls]!..., folder B\2, B\3, etc.

Basically, I want to copy Sheet 1 (those link to As folders) to Sheet 2. For
Sheet 2, I want the link to Bs folders. Edit|Link|change source would change
Sheet 1 as well, which is not what I want.

Alternatively, I thought of using the INDIRECT function, but this requires
the link files to be opened (approx 200 files). Any other formula which
doesn't requires link file to be opened?

"Dave Peterson" wrote:

That means that the "new" workbook/worksheet doesn't exist. So either be a
better typist <bg or only do a few until you're positive you got it correct.

And maybe Edit|Links|change source would be easier/safer.


SOS wrote:

In a worksheet, I have 15,000 links to data files as follows:

'C:\Data\A\1\[DataA1]
'C:\Data\A\2\[DataA2] and so on.....

I would like to replace them as follows:

'C:\Data\B\1\[DataB1]
'C:\Data\B\2\[DataB2] and so on ....

As you can see, I only want A to be changed to B, however, when I use Find &
Replace, it will prompt me the location of the new link file for every single
replacement.. 15,000 !. Pls help. Thanks

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and Replace blakrapter Excel Worksheet Functions 3 December 15th 05 12:25 AM
find and replace in workbooks CLR New Users to Excel 0 December 14th 05 05:35 PM
Find and replace of word causes change of font formatting jwa90010 New Users to Excel 4 July 22nd 05 08:10 PM
Find and REPLACE within a selection, or column- not entire sheet/. smithers2002 Excel Worksheet Functions 4 April 21st 05 04:45 PM
find replace cursor default to find box luffa Excel Discussion (Misc queries) 0 February 3rd 05 12:11 AM


All times are GMT +1. The time now is 12:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"