![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Mar 2002
Location: Maryland
Posts: 424
|
Hi!
I have in a macro the command Workbook.Open filename:="...." Can anyone tell me if there is a way to make it so it won't ask me to update the workbook when it opens? I want it to automatically select the option - No. Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: A Mile High!!
Posts: 230
|
Hi Hunter --
Workbook.open filename:="....", updatelinks:=0 0=no updates 1=update external but not remote references 2=update remote but not external references 3=updates both Hope this helps! |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Maryland
Posts: 424
|
Thanks!
That is what I needed. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|