PC Review


Reply
Thread Tools Rate Thread

Changing formulas in Excel that relate to Pivit tables

 
 
Zeus
Guest
Posts: n/a
 
      9th Nov 2009
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.
 
Reply With Quote
 
 
 
 
B Lynn B
Guest
Posts: n/a
 
      9th Nov 2009
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.

 
Reply With Quote
 
Zeus
Guest
Posts: n/a
 
      10th Nov 2009
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.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing Pivit tables Darby Microsoft Excel Misc 1 11th Jun 2009 06:00 PM
How can I relate these tables? =?Utf-8?B?SmF5YmlyZA==?= Microsoft Access 3 18th Jul 2007 10:23 PM
Pivit Tables =?Utf-8?B?RGF2aWQgQS4=?= Microsoft Excel Worksheet Functions 2 22nd Jun 2007 02:24 AM
Relate 2 tables in excel =?Utf-8?B?Y2JyYQ==?= Microsoft Excel Programming 0 25th Jan 2007 11:38 AM
copying output from pivit tables Nigel Bushell Microsoft Excel Programming 7 6th Jun 2004 08:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:34 PM.