Thread: Save As UI
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Joseph[_27_] Joseph[_27_] is offline
external usenet poster
 
Posts: 1
Default Save As UI

Hi,

I noticed that you have used the code: ActiveWorkbook.close.

Try using this instead:

Application.quit

This will totally close the workbook without prompting for a save, an
withoput saving any open workbooks. You might want to put in a warnin
about that in your MsgBox.

Cheer

--
Message posted from http://www.ExcelForum.com