![]() |
calculate keeps appearing while on automatic
hello,
I have a really bugging thing that keeps happening to me. On a specific workbook, the word "calculate" appears at the bottom of the page. However the option is on automatic and even after I recalculate (F9) it is still there. I have tried with the following VBA when opening the workbook, but nothing works. Any idea? With Application .Calculation = xlAutomatic .MaxChange = 0.001 End With ActiveWorkbook.PrecisionAsDisplayed = False Calculate Thanks -- caroline |
calculate keeps appearing while on automatic
Hi Caroline,
Look he http://www.decisionmodels.com/calcsecretsf.htm -- Kind regards, Niek Otten Microsoft MVP - Excel "caroline" wrote in message ... hello, I have a really bugging thing that keeps happening to me. On a specific workbook, the word "calculate" appears at the bottom of the page. However the option is on automatic and even after I recalculate (F9) it is still there. I have tried with the following VBA when opening the workbook, but nothing works. Any idea? With Application .Calculation = xlAutomatic .MaxChange = 0.001 End With ActiveWorkbook.PrecisionAsDisplayed = False Calculate Thanks -- caroline |
calculate keeps appearing while on automatic
caroline;242526 Wrote: hello, I have a really bugging thing that keeps happening to me. On a specific workbook, the word "calculate" appears at the bottom of the page. However the option is on automatic and even after I recalculate (F9) it is still there. I have tried with the following VBA when opening the workbook, but nothing works. Any idea? With Application .Calculation = xlAutomatic .MaxChange = 0.001 End With ActiveWorkbook.PrecisionAsDisplayed = False Calculate Thanks -- caroline Hello caroline, The message appears on the Status Bar. You can hide it with the following code... Application.DisplayStatusBar = False -- Leith Ross Sincerely, Leith Ross 'The Code Cage' (http://www.thecodecage.com/) ------------------------------------------------------------------------ Leith Ross's Profile: http://www.thecodecage.com/forumz/member.php?userid=75 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=67620 |
calculate keeps appearing while on automatic
Thanks a million. This link gave me the answer:
I hit one of Excels limits for tracking dependencies. -- caroline "Niek Otten" wrote: Hi Caroline, Look he http://www.decisionmodels.com/calcsecretsf.htm -- Kind regards, Niek Otten Microsoft MVP - Excel "caroline" wrote in message ... hello, I have a really bugging thing that keeps happening to me. On a specific workbook, the word "calculate" appears at the bottom of the page. However the option is on automatic and even after I recalculate (F9) it is still there. I have tried with the following VBA when opening the workbook, but nothing works. Any idea? With Application .Calculation = xlAutomatic .MaxChange = 0.001 End With ActiveWorkbook.PrecisionAsDisplayed = False Calculate Thanks -- caroline |
All times are GMT +1. The time now is 08:10 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com