Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's the screnario: Only 1 file is open; it has formulas, but they have
all been calculated. There is no before_save (or before_close) code. When I do file/save from the menu (and also from VB), Excel does not do a recalculation; however, when I do file/save as from the menu (and also if I do it from VB and even if I use Application.Calculation = xlCalculationManual before the saveas command), it does a recalculation. 3 questions: 1) Why does it act differently between file/save and file save as? 2) Why is my Application.Calculation = xlCalculationManual command being ignored? 3) How can I force it to NOT recalculate during saveas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Confused here Prevent Saving File - but allow ONLY File SAVEAS Met | Excel Discussion (Misc queries) | |||
How can I make File-Save , File-SaveAs Menu disabled? | Excel Programming | |||
What are hidden processes of SaveAs function | Excel Programming | |||
Save and Saveas Greyed out on tool bar and file menu | Setting up and Configuration of Excel | |||
using SaveAs to save 'only' one sheet from one book to a new file | Excel Programming |