Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Make a nominated cell turn RED during calculation period and GREEN when all
complete. My calculation is very large with alot of "IF" fuctions takes 20+ seconds. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Check out this page, see the CalculationStatus function - should be able to
modify that or use as is to accomplish your task. http://www.ozgrid.com/VBA/calculation-mode-status.htm If you need more help with that, just post back. "Ross in Oz" wrote: Make a nominated cell turn RED during calculation period and GREEN when all complete. My calculation is very large with alot of "IF" fuctions takes 20+ seconds. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I tried this with little success.
I have set Options to "Auto" calculate and I think this Fuction is for "Manual" only Ross "JLatham" wrote: Check out this page, see the CalculationStatus function - should be able to modify that or use as is to accomplish your task. http://www.ozgrid.com/VBA/calculation-mode-status.htm If you need more help with that, just post back. "Ross in Oz" wrote: Make a nominated cell turn RED during calculation period and GREEN when all complete. My calculation is very large with alot of "IF" fuctions takes 20+ seconds. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could be right, I may have misinterpreted the last paragraph below both
sets of code to mean that neither would work in Manual calculate mode, but looking at the first paragraph above the code, it hints that it works in Manual mode. I'll keep nosing around - but while you can detect when either the workbook or a worksheet BEGINS calculation, there's not a ready way to find out when it quits in automatic mode. "Ross in Oz" wrote: I tried this with little success. I have set Options to "Auto" calculate and I think this Fuction is for "Manual" only Ross "JLatham" wrote: Check out this page, see the CalculationStatus function - should be able to modify that or use as is to accomplish your task. http://www.ozgrid.com/VBA/calculation-mode-status.htm If you need more help with that, just post back. "Ross in Oz" wrote: Make a nominated cell turn RED during calculation period and GREEN when all complete. My calculation is very large with alot of "IF" fuctions takes 20+ seconds. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Did you find anything nosing around?
Ross "JLatham" wrote: You could be right, I may have misinterpreted the last paragraph below both sets of code to mean that neither would work in Manual calculate mode, but looking at the first paragraph above the code, it hints that it works in Manual mode. I'll keep nosing around - but while you can detect when either the workbook or a worksheet BEGINS calculation, there's not a ready way to find out when it quits in automatic mode. "Ross in Oz" wrote: I tried this with little success. I have set Options to "Auto" calculate and I think this Fuction is for "Manual" only Ross "JLatham" wrote: Check out this page, see the CalculationStatus function - should be able to modify that or use as is to accomplish your task. http://www.ozgrid.com/VBA/calculation-mode-status.htm If you need more help with that, just post back. "Ross in Oz" wrote: Make a nominated cell turn RED during calculation period and GREEN when all complete. My calculation is very large with alot of "IF" fuctions takes 20+ seconds. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry, not yet. Still looking.
"Ross in Oz" wrote: Did you find anything nosing around? Ross "JLatham" wrote: You could be right, I may have misinterpreted the last paragraph below both sets of code to mean that neither would work in Manual calculate mode, but looking at the first paragraph above the code, it hints that it works in Manual mode. I'll keep nosing around - but while you can detect when either the workbook or a worksheet BEGINS calculation, there's not a ready way to find out when it quits in automatic mode. "Ross in Oz" wrote: I tried this with little success. I have set Options to "Auto" calculate and I think this Fuction is for "Manual" only Ross "JLatham" wrote: Check out this page, see the CalculationStatus function - should be able to modify that or use as is to accomplish your task. http://www.ozgrid.com/VBA/calculation-mode-status.htm If you need more help with that, just post back. "Ross in Oz" wrote: Make a nominated cell turn RED during calculation period and GREEN when all complete. My calculation is very large with alot of "IF" fuctions takes 20+ seconds. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
please advise the solution | Excel Worksheet Functions | |||
Message telling calculation is complete | Excel Discussion (Misc queries) | |||
New to VLookUps.... please advise | Excel Worksheet Functions | |||
New to VLookUps.... please advise... | Excel Worksheet Functions | |||
pls advise | Excel Worksheet Functions |