Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi O_lanke,
My Excel does not have iteration ticked off as default in the tools/options/calculation. But why can not this be done with VB upon start of Excel ? As Tom suggested, for some reason, that property can only be set when there is a workbook active. You could, therefore, use: Dim wkbTemp As Workbook Set wkbTemp = Workbooks.Add Application.Iteration = True wkbTemp.Close False with Application.ScreenUpdating switched off to avoid the flickering. Regards Stephen Bullen Microsoft MVP - Excel www.oaltd.co.uk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Document not saved" "error in loading DLL" | Excel Discussion (Misc queries) | |||
Excel 2003: Conditional Formatting using "MIN" & "MAX" function | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
In Excel 2003 is there a way to prevent "Save As" and "Print"? | Excel Discussion (Misc queries) | |||
"Loading..." Splash Screen in Excel | Excel Programming |