Re: Need some help with Exit Event
- From: "Bob Phillips" <bob.phillips@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Apr 2005 00:22:53 +0100
Matt,
You would have to hive it off somewhere, like a hidden worksheet or a text
file, and then the next time you open the form, re-in state it. All manual I
am afraid.
ans = MsgBox("Save the Form", vbYesNo)
If ans = vbYes
'call the save routine
Else
End
End If
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Matt" <mlaipple@xxxxxxxxx> wrote in message
news:1112283327.883933.50200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Good point Bob- Any idea of code that would allow the data to be saved
> as well.
>
> I'm also looking for a pop-up box which upon pressing the exit button
> would ask the user if they wanted to save the form w/ data -- if yes
> would save and if no would exit the entire application.
>
> Thanks for everyone's help!
>
.
- References:
- Need some help with Exit Event
- From: Matt
- Re: Need some help with Exit Event
- From: Chip Pearson
- Re: Need some help with Exit Event
- From: Bob Phillips
- Re: Need some help with Exit Event
- From: Matt
- Need some help with Exit Event
- Prev by Date: Re: Copy Different Name References to New Workbook
- Next by Date: RE: Alert message during Activeworkbook.sendmail
- Previous by thread: Re: Need some help with Exit Event
- Next by thread: SumIf using two criteria
- Index(es):
Relevant Pages
|