Update Links prompt

K

KWC

I am opening an Excel document programatically through VBA no matter what
I've tried I cannot get it to display the security warning in the Message bar
"update of automatic links is disabled". The users want this to come up so
they can decide. I have tried every combination of the
Application.AskToUpdateLinks and Open(..., UpdateLinks :=...) and still the
Message bar will not appear. If you open the file from disk on its own, it
always comes up with the message bar.

For now I have a workaround with a message box that asks them if they want
to update links then forces the parameter in the Workbook.Open method, but
would really like to know if I could get the standard behaviour.

Thanks,
Kelly
 
K

KWC

Unfortunately none of those provide the user with the prompt in the Message
bar. The want the ability to update links sometimes and not others. The
below settings force the updating or not. As I said before I have a
workaround which prompts them with a message box which passes the values to
the UpdateLinks parameter in the Open method. It would be better to use the
built in Excel alert/prompt.

Thanks
 

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