PC Review


Reply
Thread Tools Rate Thread

Always asks to save

 
 
augiem
Guest
Posts: n/a
 
      7th Jun 2006

I have a excel workbook that when opened will then not let you exit th
workbook until saved. This is causing problems because I am using
program called "4 Tops" to import data from that workbook into access
I have looked to see if any macros were causing problems and it doesn'
appear to be that. Also, have saved it several times using other method
but it always carries this "problem" with it. Any help would b
appetiated

--
augie
-----------------------------------------------------------------------
augiem's Profile: http://www.excelforum.com/member.php...fo&userid=3518
View this thread: http://www.excelforum.com/showthread.php?threadid=54951

 
Reply With Quote
 
 
 
 
RichardSchollar
Guest
Posts: n/a
 
      7th Jun 2006
Hi Augiem

Have you checked the ThisWorkbook module for code? Sounds like there
may be something in there firing on the Before_Close event.

Best regards

Richard


augiem wrote:

> I have a excel workbook that when opened will then not let you exit the
> workbook until saved. This is causing problems because I am using a
> program called "4 Tops" to import data from that workbook into access.
> I have looked to see if any macros were causing problems and it doesn't
> appear to be that. Also, have saved it several times using other methods
> but it always carries this "problem" with it. Any help would be
> appetiated.
>
>
> --
> augiem
> ------------------------------------------------------------------------
> augiem's Profile: http://www.excelforum.com/member.php...o&userid=35187
> View this thread: http://www.excelforum.com/showthread...hreadid=549515


 
Reply With Quote
 
Graham Whitehead
Guest
Posts: n/a
 
      7th Jun 2006
Perhpas this is what you are looking for. It will prevent the nag box
popping up asking you if you want to save the changes when ever you exit the
sheet or excel.

Open the visual basic editor.

On the right you will see a list of sheets assocaited with the current
workbook. Underneath the list of sheets there should be some text
'ThisWorkbook'. double click on this and put this code in.

Private Sub Workbook_BeforeClose(Cancel As Boolean)

ActiveWorkbook.Close savechanges:=False

End Sub

Hope this is what you are looking for,

"augiem" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> I have a excel workbook that when opened will then not let you exit the
> workbook until saved. This is causing problems because I am using a
> program called "4 Tops" to import data from that workbook into access.
> I have looked to see if any macros were causing problems and it doesn't
> appear to be that. Also, have saved it several times using other methods
> but it always carries this "problem" with it. Any help would be
> appetiated.
>
>
> --
> augiem
> ------------------------------------------------------------------------
> augiem's Profile:
> http://www.excelforum.com/member.php...o&userid=35187
> View this thread: http://www.excelforum.com/showthread...hreadid=549515
>



 
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
VBA Quiz asks to save changes trueborn.ankalime@gmail.com Microsoft Powerpoint 3 4th Mar 2009 02:40 PM
printer asks to save =?Utf-8?B?VG9uZQ==?= Windows XP Print / Fax 1 12th Dec 2005 05:37 AM
No changes, but asks to save changes =?Utf-8?B?VmluY2U=?= Microsoft Word Document Management 3 11th Apr 2005 11:09 PM
Why system asks me to save change even after I call save method(VB.NET) =?Utf-8?B?c3RlZWxsb2Nr?= Microsoft Excel Programming 2 27th Apr 2004 04:14 AM
Re: Word XP Asks to Save Doc w/o Changes Suzanne S. Barnhill Microsoft Word New Users 1 11th Sep 2003 09:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:32 AM.