Hi
I would like to Stop update formulas when macro starts then update when complete to speed up a process. Is this possible?
Thanks Rup
Hi
I would like to Stop update formulas when macro starts then update when complete to speed up a process. Is this possible?
Thanks Rup
Hi Rup,
You can set the formula calculation to Manual before running macro which will not update formula results and you can again set formula calculation to Automatic mode. thank.s
Regards,
DILIPandey
<click on below 'star' if this helps>
DILIPandey, Excel rMVP
+919810929744 (India), +971528225509 (Dubai), [email protected]
Thanks dilipandey,
Good Answer,
is there a way to do this in the macro?
Thanks
Yes..
you can use following code:-
![]()
Sub cal() Application.Calculation = xlManual 'you can do your steps here OR you can paste your code here Application.Calculation = xlAutomatic Calculate End Sub
Regards,
DILIPandey
<click on below 'star' if this helps>
You would use
![]()
Application.Calculation = xlCalculationManual your code Application.Calculation = xlCalculationAutomatic
This is great, just saved me waiting time of about ten minutes per scenario,
Good Work guys,
Thanks
great..
If you are satisfied with the solution provided here, request you to mark this thread as sovled, seethe forum rules to do so. thanks.
http://www.excelforum.com/forum-rule...rum-rules.html
Regards,
DILIPandey
<click on below 'star' if this helps>
You should also edit your profile - unless of course there actually IS a London, Englans!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks