Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to display the current setting of Tools / Options / Calculation
("Manual" or "Automatic" or "Automatic except tables") in a cell of my workbook. Question 1: The following UDF does half-work: it displays correctly when I switch from Manual to Automatic but not the other way round. What's wrong? Function Get_Calc(Sheet As String) As Long With Application Get_Calc = .Calculation End With End Function Question 2: Only by trying have I found the following results from my UDF - is that correct? where can I find a comprehensive overview of these value/setting correlations? -4135 = Manual -4105 = Automatic 2 = Semi Automatic |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disabling Tools/Options setting | Excel Discussion (Misc queries) | |||
Setting Print options from a VB6 program | Excel Programming | |||
Setting print options globally ? | Excel Discussion (Misc queries) | |||
Setting Printer Options Programmatically | Excel Programming | |||
Setting the Options of the Find method | Excel Programming |