Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear all,
Still on Excel 97 (but wonbdering about higher versions as well) I want to query whether Iteration is on or off. It appears that while running VBA (In a UDF, not sure abotu Subs), Applicaiton.Iteration is alwaqs False. I can see from the Options dialog that it is actually on. Printing Applicaiton.Iteration before and after the UDF is called also returns TRUE. Is there a way to be able to query that actual status of Iteration? Function Iter_Status() If Application.Iteration Then Iter_Status = "TRUE" End If End Function Kind rgds, Umf |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.Visible = False | Setting up and Configuration of Excel | |||
Application.Visible = False | Excel Discussion (Misc queries) | |||
How to set Application.ScreenUpdating = False for Gen use | Excel Discussion (Misc queries) | |||
Application.AlertBeforeOverwriting = False | Excel Programming | |||
Application.ScreenUpdating = False | Excel Programming |