Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
how can i produce a code that when the program excel ask me i want to save the file when i exit "don't save" and close it. Regards Pier |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Auto_Close()
ThisWorkbook.Saved = True ThisWorkbook.Close End Sub Abdul Salam -----Original Message----- Hi, how can i produce a code that when the program excel ask me i want to save the file when i exit "don't save" and close it. Regards Pier . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you very much Abdul,ù
Pier www.valchisone.it -----Original Message----- Sub Auto_Close() ThisWorkbook.Saved = True ThisWorkbook.Close End Sub Abdul Salam -----Original Message----- Hi, how can i produce a code that when the program excel ask me i want to save the file when i exit "don't save" and close it. Regards Pier . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving & Removing VB Code from WB | Excel Worksheet Functions | |||
excel saving exception in vc code | Excel Discussion (Misc queries) | |||
I don't want to run visual basic editer code after saving... | Excel Discussion (Misc queries) | |||
Saving Vba Code | Excel Discussion (Misc queries) | |||
How do I retain leading zero zip code formatting when saving as a. | Excel Discussion (Misc queries) |