links that cannot be updated

D

Dan

I am opening a file by a macro and i got the message "links that cannot be
updated" which stops the macro. How can I make the macro to push the
“continue" button? (I don’t need to update the values)

Thanks
Dan
 
J

Jim Rech

The Workbooks Open method has an "update links" parameter. Try setting it
to False.
 
Top