ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Opening a file via VBA (https://www.excelbanter.com/excel-programming/364329-opening-file-via-vba.html)

Chris Muller

Opening a file via VBA
 
I wrote some code to open a file that has links. The file opens but a box
appears advising that the file has links and asking if I want to update the
links. What can I do in my code to not have that box appear? Thanks in
advance. Chris



Jim Cone

Opening a file via VBA
 
Chris,

The file open method has an "updatelinks" argument.
You can specify a value of 0 (zero) to prevent updating.
It is all spelled out in the Excel help file...

Workbooks.Open "C:\My Documents\Bingo Cards.xls", UpdateLinks:=0

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Chris Muller"
wrote in message
I wrote some code to open a file that has links. The file opens but a box
appears advising that the file has links and asking if I want to update the
links. What can I do in my code to not have that box appear? Thanks in
advance. Chris



Otto Moehrbach

Opening a file via VBA
 
Thanks Jim, that's what I was looking for. Chris
"Jim Cone" wrote in message
...
Chris,

The file open method has an "updatelinks" argument.
You can specify a value of 0 (zero) to prevent updating.
It is all spelled out in the Excel help file...

Workbooks.Open "C:\My Documents\Bingo Cards.xls", UpdateLinks:=0

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Chris Muller"
wrote in message
I wrote some code to open a file that has links. The file opens but a box
appears advising that the file has links and asking if I want to update
the
links. What can I do in my code to not have that box appear? Thanks in
advance. Chris






All times are GMT +1. The time now is 04:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com