I have really only used macros via recording them, or recording them and editing the code.
I have a workbook that has one sheet that takes forever to calculate, and I only need to calculate it when I want it to. Problem is when I first open the workbook I can get stuck waiting for that sheet to calculate.
I want to enter the code:
sheet3.EnableCalculation=False
3 questions:
1.) Where do I enter it? Do I choose VBA then this workbook and then just type it there?
2.) If the sheet is named will sheet3 still work as the name for it?
3.) Any other suggestions?
</pre>
I have a workbook that has one sheet that takes forever to calculate, and I only need to calculate it when I want it to. Problem is when I first open the workbook I can get stuck waiting for that sheet to calculate.
I want to enter the code:
sheet3.EnableCalculation=False
3 questions:
1.) Where do I enter it? Do I choose VBA then this workbook and then just type it there?
2.) If the sheet is named will sheet3 still work as the name for it?
3.) Any other suggestions?
</pre>