Ron,
Thanks for your reply. I found a soulution before reading you reply.
Private Sub CommandButton3_Click()
Application.ScreenUpdating = False
With ActiveWorkbook
.RunAutoMacros xlAutoClose
.Close
End With
Application.ScreenUpdating = True
End Sub
So far so good, it also calls the custom save dialog box. I'm going t
play around with it and see what errors I can cause :) .
Thanks
Rocke
--
Message posted from
http://www.ExcelForum.com