Some answer regarding formulas being turned off with VBA

tonywatsonhelp

Well-known Member
Joined
Feb 24, 2014
Messages
3,194
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
Hi Everyone,
I've tried googling this and not had a lot of luck as get a lot of conflicting views.

I'm looking to speed up my workbook by turning formulas off and only switching the on when I need them.
I'm getting a bit stuck as it doesn't seam to do what I expect, I was hoping someone that knows could let me know if I can do the following?

Can I turn off formulas just for one workbook? one of the problems is people have more than one excel doc open and then start saying the other one is not working correctly, I can't edit the other workbook as some work in the background so it not a case of on activate...… as this won't help.

also if I use the caculate now vba does it run all calculations or just active sheet?

Thanks

Tony
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
if you're looking to speed up a workbook's ability to do calculations or reference other workbooks/pages then i would suggest creating a way for your user to use VBA code that does said calculations.
the only other thing i could think of in response to your post would be changing the calculations from "automatic" to manual. To my knowledge this affects the entire workbook.
but if you're working with lots of data, calculations, or changes VBA is the way to go.
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,668
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top