![]() |
Changing formulas in Excel that relate to Pivit tables
Can someone tell me how to turn of the ChangeEvent triger in excel?
I have some pivot tables that when I update the formulas, the system updates all the of data that is linked to an Access database. This is a major productivity issue since each update takes about 10 minutes and for each file I have 3 columns that need to be updated. |
Changing formulas in Excel that relate to Pivit tables
Application.EnableEvents = False
Note of caution: Excel will not set this back to true automatically under any circumstances, so you need to make very sure your error handling ensures it always gets reset before your code stops running. Otherwise your events will continue to not "fire". The only way to reset is via code - no menu items will get you here. "Zeus" wrote: Can someone tell me how to turn of the ChangeEvent triger in excel? I have some pivot tables that when I update the formulas, the system updates all the of data that is linked to an Access database. This is a major productivity issue since each update takes about 10 minutes and for each file I have 3 columns that need to be updated. |
Changing formulas in Excel that relate to Pivit tables
Lynn,
Thanks for the response. However, I am new to this VB coding. Where (How) do I code this into the VB Editor? Is this a Private or Dim Statement? What else do I need to code for this to work? "B Lynn B" wrote: Application.EnableEvents = False Note of caution: Excel will not set this back to true automatically under any circumstances, so you need to make very sure your error handling ensures it always gets reset before your code stops running. Otherwise your events will continue to not "fire". The only way to reset is via code - no menu items will get you here. "Zeus" wrote: Can someone tell me how to turn of the ChangeEvent triger in excel? I have some pivot tables that when I update the formulas, the system updates all the of data that is linked to an Access database. This is a major productivity issue since each update takes about 10 minutes and for each file I have 3 columns that need to be updated. |
All times are GMT +1. The time now is 11:12 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com