Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub cmdCancel_Click()
If MsgBox ("Save document?,vbYesNo) =vbYes Then ActiveWorkbooks.Save End If Unload Me End Sub -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "paperclip" wrote in message ... Hello everyone! I am dabbling in some VBScripting and created a simple form. What I want to do is add an extra couple of code for the CANCEL button so that when its clicked it will prompt the user to save the document - whether they have changed it or not (cos I figure its easier that way!). This is all the code i have for the cancel button: Code: -------------------- Private Sub cmdCancel_Click() Unload Me End Sub -------------------- Any help on this would be much appreciated. Regards. -- paperclip ------------------------------------------------------------------------ paperclip's Profile: http://www.excelforum.com/member.php...o&userid=32219 View this thread: http://www.excelforum.com/showthread...hreadid=566739 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot seem to Cancel EXCEL App Right Click Event using C# | Excel Programming | |||
save prompt for user exit, but no save prompt for batch import? | Excel Discussion (Misc queries) | |||
Save an excel file in vbscript without user prompt | Excel Programming | |||
How to CANCEL file SAVE PROMPT when MACRO is running? | Excel Discussion (Misc queries) | |||
Cancel Macro is user selects 'cancel' at save menu | Excel Programming |