View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GrantW GrantW is offline
external usenet poster
 
Posts: 17
Default Sharing violation

In a macro to save a workbook I have:
Application.DisplayAlerts = False
ActiveWorkbook.Save

I get a message telling me that the workbook could not be saved due to a
sharing violation.

Is this related to my workbook, or my computer, or an Excel issue?


Thanks in advance
Grant