Richard1482
New Member
- Joined
- Jun 5, 2015
- Messages
- 5
Hi,
Within one worksheet and I want to add a button to open source file for some formulas used within the workbook, However I don't want to update values when file is opened (mainly because it creates delay about 10 seconds on my machine and it will be used even on slower ones).
Code:
Workbooks.Open FileName:= _
"P:\_ACCOUNTING\Invoices\Invoice 3.1.xlsx", WriteResPassword:="xxxxxx", UpdateLinks:=0, Password:="xxxxxxxxx"
Even with this parameter it refreshes values, and I was not able to find online any help, therefore creating this post
Thank you very much!
Richard
Within one worksheet and I want to add a button to open source file for some formulas used within the workbook, However I don't want to update values when file is opened (mainly because it creates delay about 10 seconds on my machine and it will be used even on slower ones).
Code:
Workbooks.Open FileName:= _
"P:\_ACCOUNTING\Invoices\Invoice 3.1.xlsx", WriteResPassword:="xxxxxx", UpdateLinks:=0, Password:="xxxxxxxxx"
Even with this parameter it refreshes values, and I was not able to find online any help, therefore creating this post
Thank you very much!
Richard