Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Replace Update Links prompt

Hello. I am distributing a template that has links. I have found that many
choose "No" to the update links prompt. Is there a way to:
1. Automatically update the links without the prompt or
2. Replace the standard prompt with a custom prompt giving more
information?

Thanks!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Replace Update Links prompt

the prompt is provided based on the users individual settings. It occurs
before any code is run, so you have no control over it.



--
Regards,
Tom Ogilvy


"Steph" wrote in message
...
Hello. I am distributing a template that has links. I have found that

many
choose "No" to the update links prompt. Is there a way to:
1. Automatically update the links without the prompt or
2. Replace the standard prompt with a custom prompt giving more
information?

Thanks!




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Replace Update Links prompt

Hi Steph

There is a setting in ToolsOptions...Edit but you must set this on every machine
because it is not saved with the workbook.

Another option is to open your workbook with code from a other file.
Set mybook = Workbooks.Open(FNames, Password:="ron", WriteResPassword:="ron", UpdateLinks:=0)

< 0 Doesn't update any references
Use 1,2 or 3
See the VBA help





--
Regards Ron de Bruin
http://www.rondebruin.nl


"Steph" wrote in message ...
Hello. I am distributing a template that has links. I have found that many
choose "No" to the update links prompt. Is there a way to:
1. Automatically update the links without the prompt or
2. Replace the standard prompt with a custom prompt giving more
information?

Thanks!




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
Update links without being prompt George Excel Discussion (Misc queries) 2 September 12th 07 12:38 AM
Startup prompt - Update links Horatio J. Bilge Excel Discussion (Misc queries) 10 February 15th 06 06:48 AM
Prompt to update links Werner Rohrmoser Links and Linking in Excel 0 November 3rd 05 09:47 AM
Update links prompt not wanted neeraj Excel Discussion (Misc queries) 5 September 23rd 05 06:34 PM
Don't prompt to Update Links Dwight[_3_] Excel Programming 0 May 4th 04 10:02 PM


All times are GMT +1. The time now is 10:35 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"