Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 134
Default Do you want to save the changes you made to 'ABC.xls'?

That did it.

THANK you - Bob

"Gary''s Student" wrote:

When Excel has focus, touch ALT-F11 to bring up VBA.

Go to the left-hand pane and right-click the ThisWorkbook icon in the small
object tree. Select View Code.
Paste the stuff in and close the VBA window.


MANUALLY SAVE THE WORKBOOK. You may not get a change again, cause you won't
be prompted.
--
Gary''s Student
gsnu200709


"Bob Barnes" wrote:

Gary - thank you.

I'm almost completely an Access Programmer. Where do I find the module to
enter this code?

TIA - Bob

"Gary''s Student" wrote:

Put the following macro in the workbook in ThisWorkbook code:

Private Sub Workbook_BeforeClose(Cancel As Boolean)
ThisWorkbook.Saved = True
End Sub

--
Gary''s Student
gsnu200709


"Bob Barnes" wrote:

I'm running Automation from Access-to-Excel.

As the Procedure ends, within Access, I'm getting
the "Subject" Message above. I've run Automation
from Access-to-Excel many times...but now this
message on this one File.

Any way to turn that off?

TIA - Bob

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
why does excel ask to save changes when none have been made? tre6bor Excel Discussion (Misc queries) 2 October 31st 06 05:56 PM
save changes when no changes made Elaine Excel Discussion (Misc queries) 2 January 19th 06 12:55 AM
File Save although no changes were made hvgmxx Excel Discussion (Misc queries) 1 July 26th 05 12:42 PM
Excel2000 keeps asking me to save when no changes were made hjd43 Excel Discussion (Misc queries) 3 March 3rd 05 09:34 PM
Save prompt when no changes made Fred Smith Excel Discussion (Misc queries) 3 January 27th 05 11:42 PM


All times are GMT +1. The time now is 10:23 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"