Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Disabling BeforeSave event


I have no idea how the BeforeSave event was enabled on Excel, but
everytime I try to save I get the prompts for the event no matter which
Excel workbook I have open. How do I get rid of this event and can I
disable it globally or must I change each workbook?

Thanks for the help!
Brenda


--
bren1519
------------------------------------------------------------------------
bren1519's Profile: http://www.excelforum.com/member.php...o&userid=33563
View this thread: http://www.excelforum.com/showthread...hreadid=533486

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Disabling BeforeSave event

use this

application.EnableEvents = FALSE


There must be code enabled in the ThisWorkbook excel object or you have a
class module that ties into the BeforeSave event. Caution this will disable
ALL EVENT code from executing. even in other workbooks. I would advise you
to find the code you are referring to and change it or delete it.


"bren1519" wrote in
message ...

I have no idea how the BeforeSave event was enabled on Excel, but
everytime I try to save I get the prompts for the event no matter which
Excel workbook I have open. How do I get rid of this event and can I
disable it globally or must I change each workbook?

Thanks for the help!
Brenda


--
bren1519
------------------------------------------------------------------------
bren1519's Profile:

http://www.excelforum.com/member.php...o&userid=33563
View this thread: http://www.excelforum.com/showthread...hreadid=533486



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Disabling BeforeSave event

Which prompts are you referring to?

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"bren1519" wrote in
message ...

I have no idea how the BeforeSave event was enabled on Excel, but
everytime I try to save I get the prompts for the event no matter which
Excel workbook I have open. How do I get rid of this event and can I
disable it globally or must I change each workbook?

Thanks for the help!
Brenda


--
bren1519
------------------------------------------------------------------------
bren1519's Profile:

http://www.excelforum.com/member.php...o&userid=33563
View this thread: http://www.excelforum.com/showthread...hreadid=533486



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
BeforeSave Event Question Andibevan[_4_] Excel Programming 0 August 11th 05 11:35 AM
Code Problem in BeforeSave Event Kirk P. Excel Programming 3 February 23rd 05 10:08 PM
BeforeSave event Carl Bowman Excel Discussion (Misc queries) 4 February 6th 05 12:28 PM
BeforeSave event j23 Excel Programming 0 April 6th 04 11:15 AM
BeforeSave workbook event Cindy Excel Programming 15 February 10th 04 04:28 PM


All times are GMT +1. The time now is 02:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"