Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Updateing file links

I've got a macro in which I update a series of filenames that are
linked to about three thousand cells in my workbook, but I would like
to be able to update the links with names of files that don't exist,
but when I run the macro in that fashion, it displays a pop-up box
asking me to find the linked files. Is there anyway to deactivate
this pop-up box?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 420
Default Updateing file links

I'm not sure what you're doing specifically, but this technique has worked for
me in the past.

Say I'm filling a column with a formula that I want to point at a file that
doesn't exist.

I can fill that column with text instead.

Instead of starting with an equals sign, I start with $$= (forcing the entry to
be text).

Then I run data|text to columns (or the equivalent in the ribbon).

And chop off that leading $$ leaving the formula.

You may want to try it on a small amount of formulas -- just in case it doesn't
work.

On 12/06/2010 14:46, Winkler707 wrote:
I've got a macro in which I update a series of filenames that are
linked to about three thousand cells in my workbook, but I would like
to be able to update the links with names of files that don't exist,
but when I run the macro in that fashion, it displays a pop-up box
asking me to find the linked files. Is there anyway to deactivate
this pop-up box?


--
Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 420
Default Updateing file links

ps.

Selecting the range
and using Edit|Replace
what: $$
with: (leave blank)
replace all

Will cause the dialog to appear, so that's a non-starter, too.

On 12/06/2010 18:12, Dave Peterson wrote:
I'm not sure what you're doing specifically, but this technique has worked for
me in the past.

Say I'm filling a column with a formula that I want to point at a file that
doesn't exist.

I can fill that column with text instead.

Instead of starting with an equals sign, I start with $$= (forcing the entry to
be text).

Then I run data|text to columns (or the equivalent in the ribbon).

And chop off that leading $$ leaving the formula.

You may want to try it on a small amount of formulas -- just in case it doesn't
work.

On 12/06/2010 14:46, Winkler707 wrote:
I've got a macro in which I update a series of filenames that are
linked to about three thousand cells in my workbook, but I would like
to be able to update the links with names of files that don't exist,
but when I run the macro in that fashion, it displays a pop-up box
asking me to find the linked files. Is there anyway to deactivate
this pop-up box?



--
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
Updateing Access DB dstiefe Excel Programming 4 June 3rd 10 05:03 PM
Excel Updateing Information JohnM New Users to Excel 4 August 4th 07 01:28 PM
Updateing a workbook from another workbood Robert[_32_] Excel Programming 1 March 29th 07 03:20 AM
Updateing formulas Dawn S Excel Worksheet Functions 0 May 24th 05 09:41 PM
Pivot Not Updateing Steve Excel Worksheet Functions 6 December 10th 04 07:00 PM


All times are GMT +1. The time now is 07:06 PM.

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"