Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As I try to open some excel files I get a msg "The workbook you opened
contains automatic links to information in another workbook. Do you want to update this workbook with changes made to the other workbook?". Is there any way to bypass the msg successfully; i.e, not leading to further msgs? Like, if you go to tools/options/edit and tick "ask to update automatic links" option off, that msg does not pop up but a lot more other missing files related msgs are generated. I cannot trap the msg as it fires even before the Workbook_open() fires. I've tried to use sendkeys also, but it was not able to solve the problem. Thanx ... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If using xl2000 or earlier, the answer is no given your specifications.
-- Regards, Tom Ogilvy "Partha" wrote in message ... As I try to open some excel files I get a msg "The workbook you opened contains automatic links to information in another workbook. Do you want to update this workbook with changes made to the other workbook?". Is there any way to bypass the msg successfully; i.e, not leading to further msgs? Like, if you go to tools/options/edit and tick "ask to update automatic links" option off, that msg does not pop up but a lot more other missing files related msgs are generated. I cannot trap the msg as it fires even before the Workbook_open() fires. I've tried to use sendkeys also, but it was not able to solve the problem. Thanx ... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how can we do this in xl2003?
"Tom Ogilvy" wrote: If using xl2000 or earlier, the answer is no given your specifications. -- Regards, Tom Ogilvy "Partha" wrote in message ... As I try to open some excel files I get a msg "The workbook you opened contains automatic links to information in another workbook. Do you want to update this workbook with changes made to the other workbook?". Is there any way to bypass the msg successfully; i.e, not leading to further msgs? Like, if you go to tools/options/edit and tick "ask to update automatic links" option off, that msg does not pop up but a lot more other missing files related msgs are generated. I cannot trap the msg as it fires even before the Workbook_open() fires. I've tried to use sendkeys also, but it was not able to solve the problem. Thanx ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove Prompt to Open File as Read-Only (Excel 2007) | Excel Discussion (Misc queries) | |||
Excel 2007 prompt to open file as read only | Excel Discussion (Misc queries) | |||
Create an automatic backup file on open in EXCEL? | Excel Discussion (Misc queries) | |||
Bypass prompt to open XML file as XML list? | Excel Discussion (Misc queries) | |||
When i open my Excel file this message prompt: | Excel Programming |