Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Disabling the Update links message

I am trying to automate a process that uses Excel with DDE links & I want to
disable the message that comes up when you open the spreadsheet about "Do
you want to update the automatic links etc. Yes/No". I can do this with
the Application.AskToUpdateLinks = False in the Activate Event when I run
the spreadsheet myself & its visible, but when I try & run the spreadsheet
from a script & its invisible to the user, this method doesn't work??

Can I still do this, if so what do I use & what event do I put it in??


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Disabling the Update links message

On the menubar
ToolsOptionsEdit

See this option :Ask to update automatic links

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"L Buchy" wrote in message ...
I am trying to automate a process that uses Excel with DDE links & I want to
disable the message that comes up when you open the spreadsheet about "Do
you want to update the automatic links etc. Yes/No". I can do this with
the Application.AskToUpdateLinks = False in the Activate Event when I run
the spreadsheet myself & its visible, but when I try & run the spreadsheet
from a script & its invisible to the user, this method doesn't work??

Can I still do this, if so what do I use & what event do I put it in??




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Disabling the Update links message

Application.AskToUpdateLinks = False ' true


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"L Buchy" wrote in message ...
How do I set this programically?? How & where?

"Ron de Bruin" wrote in message
...
On the menubar
ToolsOptionsEdit

See this option :Ask to update automatic links

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"L Buchy" wrote in message

...
I am trying to automate a process that uses Excel with DDE links & I

want to
disable the message that comes up when you open the spreadsheet about

"Do
you want to update the automatic links etc. Yes/No". I can do this

with
the Application.AskToUpdateLinks = False in the Activate Event when I

run
the spreadsheet myself & its visible, but when I try & run the

spreadsheet
from a script & its invisible to the user, this method doesn't work??

Can I still do this, if so what do I use & what event do I put it in??








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
Cannot Update Links Message is False but Always Appears [email protected] Excel Discussion (Misc queries) 0 April 20th 09 02:50 PM
Repost: Disabling Update Links dialog box Sandeep Excel Discussion (Misc queries) 3 July 30th 07 07:51 PM
Disabling Update Links dialog box Sandeep Excel Discussion (Misc queries) 0 July 27th 07 11:28 PM
Suppress Update Links Message blatham Excel Discussion (Misc queries) 2 April 20th 06 02:34 PM
Can I avoid annoying Update Links message phillyjoe Excel Discussion (Misc queries) 2 October 29th 05 03:00 PM


All times are GMT +1. The time now is 02:03 PM.

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

About Us

"It's about Microsoft Excel"