Dolemitefunk
New Member
- Joined
- Oct 12, 2010
- Messages
- 47
I have a code that in the first step it opens a file:
Set Test1= Workbooks.Open("C:\Files\numbers1.xls")
The problem that I am running into is that whenever this file is opened it asks if I want to continue or update links.......All I have to hit is enter, is there a way to have VBA select continue or hit enter for me?
Set Test1= Workbooks.Open("C:\Files\numbers1.xls")
The problem that I am running into is that whenever this file is opened it asks if I want to continue or update links.......All I have to hit is enter, is there a way to have VBA select continue or hit enter for me?