• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Open a file WITHOUT calculation

brianmock

Member
I am using the workbooks.open method to open a .csv file and it auto calculates... how can I stop this

My code is:
wb_path =
wb_name =
workbooks.open Filename:= wb_path & wb_name

I have tried to use
(1) Application.Calculation = xlCalculationManual before the open statement
(2) UpdateLinks:= 2 after the open statement

I have set calculation to manual
the file I am opening is a .csv data file placed daily

Is there another way to open files without excel calculating?
 
Maybe the file that has the macro in it is causing the calculation... I have checked the settings though.

What setting am I missing? I have checked in Excel Options > Advanced and Formulas ??
 
Back
Top