Hi,
Alt+F11 to open VB editor. Double click this workook and paste this in:-
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Me.Saved = True
End Sub
Mike
> hi there
> Is there a way to 'turn off' the prompt "Do you want to save your changes?"
> when you close excel? Many thanks for any help!
>
> Dawnyanne
Dawnyanne - 18 Sep 2007 12:26 GMT
Hi Mike
Thank you so much!!
> Hi,
>
[quoted text clipped - 11 lines]
> >
> > Dawnyanne