Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have done a large spreadsheet with 3 levels. When I chose one level the spreadsheet (on the litle square top left) the spreadsheet works very slow, proberly because it recalculate all the time. Is there a trigger where I can stop the recalculation after I have choosed eg. level3 to run a macro to stop the recalc start it afterwards. regards Kurt |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can change calculation mode via
tools|Options|calculation tab (xl2003 wording) Then show what you want Then toggle the calculation back to automatic If you need a macro, try recording one when you do it manually. kurt wrote: Hi I have done a large spreadsheet with 3 levels. When I chose one level the spreadsheet (on the litle square top left) the spreadsheet works very slow, proberly because it recalculate all the time. Is there a trigger where I can stop the recalculation after I have choosed eg. level3 to run a macro to stop the recalc start it afterwards. regards Kurt -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all Thank you Dave for your answer, Yes I anm familiar with this method. But how do you do it from a macro, I need a trigger so when i pres the square top left then stops the recalc does the showlevel function start the recalc thanks in advence regards Kurt |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think you can.
But you could do the whole thing in code. Don't click on the outlining symbols. Use your macro (macros???) instead. kurt wrote: Hi all Thank you Dave for your answer, Yes I anm familiar with this method. But how do you do it from a macro, I need a trigger so when i pres the square top left then stops the recalc does the showlevel function start the recalc thanks in advence regards Kurt -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Slow Excel Navigation with Up / Down Arrow and slow scrolling | Excel Discussion (Misc queries) | |||
Outline.ShowLevels rowlevels:=1 is slow | Excel Programming | |||
Outline.ShowLevels | Excel Programming | |||
Outline.ShowLevels | Excel Programming | |||
Outline.ShowLevels | Excel Programming |