ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Dormant Worksheet (https://www.excelbanter.com/excel-programming/423249-dormant-worksheet.html)

Mark

Dormant Worksheet
 
Hi -

This sounds like a weird question (even to me).

Is there a way to "turnoff" a worksheet from updating?

So I have a workbook with 10 worksheets and I want 9 of the 10 to be "on"
and update all of the time, but the 10th worksheet to only update when I ask
it to.

Basically, I want to be able to save processing time ... ignore the 10th
worksheet until the "switch" is turned on so that it updates.

Thanks for any suggestions,
Mark




Peter T

Dormant Worksheet
 
ActiveWorkbook.Worksheets("DormantSheet").EnableCa lculation = False

toggle true/false to update and turn back off

Regards,
Peter T

"Mark" wrote in message
...
Hi -

This sounds like a weird question (even to me).

Is there a way to "turnoff" a worksheet from updating?

So I have a workbook with 10 worksheets and I want 9 of the 10 to be "on"
and update all of the time, but the 10th worksheet to only update when I
ask
it to.

Basically, I want to be able to save processing time ... ignore the 10th
worksheet until the "switch" is turned on so that it updates.

Thanks for any suggestions,
Mark






Mark

Dormant Worksheet
 
Peter -

That's perfect ... calculation at the sheet level.

I'll give it a shot and let you know how it works for me.

Mark

"Peter T" wrote:

ActiveWorkbook.Worksheets("DormantSheet").EnableCa lculation = False

toggle true/false to update and turn back off

Regards,
Peter T

"Mark" wrote in message
...
Hi -

This sounds like a weird question (even to me).

Is there a way to "turnoff" a worksheet from updating?

So I have a workbook with 10 worksheets and I want 9 of the 10 to be "on"
and update all of the time, but the 10th worksheet to only update when I
ask
it to.

Basically, I want to be able to save processing time ... ignore the 10th
worksheet until the "switch" is turned on so that it updates.

Thanks for any suggestions,
Mark







Mark

Dormant Worksheet
 
Perfect.

Thanks,
Mark

"Peter T" wrote:

ActiveWorkbook.Worksheets("DormantSheet").EnableCa lculation = False

toggle true/false to update and turn back off

Regards,
Peter T

"Mark" wrote in message
...
Hi -

This sounds like a weird question (even to me).

Is there a way to "turnoff" a worksheet from updating?

So I have a workbook with 10 worksheets and I want 9 of the 10 to be "on"
and update all of the time, but the 10th worksheet to only update when I
ask
it to.

Basically, I want to be able to save processing time ... ignore the 10th
worksheet until the "switch" is turned on so that it updates.

Thanks for any suggestions,
Mark








All times are GMT +1. The time now is 04:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com