Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI
Thanks for the response on previous questions, it's really helping me along Now for the next one One of the workbooks I ref has a link inside it. It looks like a link my supplier uses to populate it before posing it to me, anyway. When I call the sheet it asks to update links or not. How do I automate this to No. I used the following line Application.AskToUpdateLinks = False But that must reply with the default answer, which in this case is update links, so another message comes up saying it can't find the linkd file. Thanks Craig |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Would Application.DisplayAlerts = False when opening your workbook?
Craig McK wrote: HI Thanks for the response on previous questions, it's really helping me along Now for the next one One of the workbooks I ref has a link inside it. It looks like a link my supplier uses to populate it before posing it to me, anyway. When I call the sheet it asks to update links or not. How do I automate this to No. I used the following line Application.AskToUpdateLinks = False But that must reply with the default answer, which in this case is update links, so another message comes up saying it can't find the linkd file. Thanks Craig |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you're opening the workbook in code then the argument after the filename
is UpdateLinks. Workbook.Open(FileName, UpdateLinks, ReadOnly, Format, Password, WriteResPassword, IgnoreReadOnlyRecommended, Origin, Delimiter, Editable, Notify, Converter, AddToMRU) "Craig McK" wrote: HI Thanks for the response on previous questions, it's really helping me along Now for the next one One of the workbooks I ref has a link inside it. It looks like a link my supplier uses to populate it before posing it to me, anyway. When I call the sheet it asks to update links or not. How do I automate this to No. I used the following line Application.AskToUpdateLinks = False But that must reply with the default answer, which in this case is update links, so another message comes up saying it can't find the linkd file. Thanks Craig |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
how to suppress "update links" message for workbook with no links? | Excel Programming | |||
Suppress Update Links dialog AND don't update links | Excel Programming | |||
Excel 2003 - Update or Don't Update Links Problem | Excel Programming | |||
can't update links...can't find links | Excel Discussion (Misc queries) |