View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mats Samuelsson Mats Samuelsson is offline
external usenet poster
 
Posts: 1
Default Prompt for saving a saved workbook

Suddenly when quitting my application and running the
save & close procedure Excel asks if I want to save the workbook at the
Application.quit command, spite it was already done?
Anyone knows what is causing this?
Dim WB as Workbook
For Each WB In Application.Workbooks
WB.Save
Next WB
Application.Quit