Updateing file links

W

Winkler707

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?
 
D

Dave Peterson

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.
 
D

Dave Peterson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top