![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Mar 2002
Posts: 85
|
Sub Exit_Application()
' ' Exit_Application Macro ' This Will Exit The IFS InvoiceSystem ' ' ActiveWorkbook.Close End Sub I Have This code what additions do I need to make it exit without prompting to save? Please help! |
|
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi Morrisy
ActiveWorkbook.Close SaveChanges:=False |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 85
|
why thank you very much
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|