G
Guest
Friends,
RE: Excel 2000
In Tools/Options/Calculation there are radio buttons to choose either
"Manual" or "Automatic" calculation.
I want to display the status (value) of this calculation mode in a message
box. Is this possible, and if so, what is the syntax for assigning this value
to a variable.
Dim strVar as String
strVar = [?? - code that delivers status of Calc mode - either "manual" or
"automatic"].
Thanks for your help ...
Bill Morgan
RE: Excel 2000
In Tools/Options/Calculation there are radio buttons to choose either
"Manual" or "Automatic" calculation.
I want to display the status (value) of this calculation mode in a message
box. Is this possible, and if so, what is the syntax for assigning this value
to a variable.
Dim strVar as String
strVar = [?? - code that delivers status of Calc mode - either "manual" or
"automatic"].
Thanks for your help ...
Bill Morgan