![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 16
|
Does anybody know how I can get rid off the "do you want to save your changes?" message, before you quit Excel?
Or how can I make it automatically say no to this message. Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Sydney/Brisbane , Australia
Posts: 539
|
Workbooks("myworkbook.xls").Close SaveChanges:=False
(quick enough response?) [ This Message was edited by: Qroozn on 2002-04-25 18:59 ] |
|
|
|
|
|
#3 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
That was fast Q, similarily:
Code:
thisworkbook.close false _________________ Cheers, NateO [ This Message was edited by: NateO on 2002-04-25 19:04 ] |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: Sydney/Brisbane , Australia
Posts: 539
|
NateO.
I like your style. but its midday here in Sydney. thanks for those little tips. they help simplify my own code.(still an XL novice) |
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 16
|
Thanks guys.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|