VBA for confirming Calculation status

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
 
D

Dirk Goldgar

bill_morgan_3333 said:
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


I think you'd better post your question in one of the Excel newsgroups,
maybe <microsoft.public.excel.programming>. This one is for questions
about programming Microsoft Access, the database product.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top