Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel file open Update automatically 1

Status
Not open for further replies.

thevulture

Computer
Joined
May 12, 2003
Messages
1
Location
US
Hi,

I'm trying to write some VBA code that will open a file, stifle all alerts, and say yes to the "This workbook contains links to other data sources. Update?". I can pretty much do everything but the automatic clicking of the "update" button in the pop up when I open the file. Anyone know how to handle this?

Thanks in advance.
 
Try

Workbooks.Open FileName:="dummy.xls", UpdateLinks:=False


Cheers,

Joerd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top