Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way in which to prevent excel from automatically re-calculating
all open workbooks when opening a CSV file? I have set through Tools|Options the manual calculation option with recalculate before save switched off and also, in the code for opening the CSV file, I have used: With Application .Calculation = xlCalculationManual .CalculateBeforeSave = False End With However, still my entire Excel session recalculates when the CSV file opens. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
turning off automatic Help | Excel Discussion (Misc queries) | |||
Opening Workbook resets calculation to automatic from manual etc | Excel Discussion (Misc queries) | |||
Howto prevent automatic calculation when open a CSV file | Excel Programming | |||
A repost: Automatic file opening procedure seeming to hold cache | Excel Programming | |||
Automatic file opening procedure seeming to hold cache | Excel Programming |