![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
I require the automatic file link update (when you open the workbook) to be changed to manual update but the section in "Edit - Links" is not available. Is there any way to change the file linking to manual?
Thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Does this help you out? Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
Thanks for the reply but it doesn't really help me. I don't want the prompt to update the links to appear when I open the workbook. The linked file is exported from Access and is saved as Excel 5. The automatic update comes up with an error message when you click "Yes" to update. I have a small VBA routine that will save the linked file as Excel 7 and then update the files.
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Workbooks.Open FileName:="Book1.xls", _ updatelinks:=0 Am I getting close?
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
Getting close but I am opening the workbook manually. Is there any code I can put in the "Workbook Open" that will disable the update?
|
|
|
|
#6 | |
|
New Member
Join Date: Mar 2002
Posts: 4
|
Quote:
|
|
|
|
|
|
|
#7 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Sorry, but if you're opening it manually you're going to be stuck with the prompt when you open it.
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
#8 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
The Microsoft Knowledge base said you have to use the "ExcecuteExcel4Macro method to run the SET.UPDATE.STATUS() macro command." They also give an example but they use MS Word - dumb and confusing - most people who link files in Excel are linking to other Excel files. Thanks for trying.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|