View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
AP[_3_] AP[_3_] is offline
external usenet poster
 
Posts: 33
Default Workbook_BeforeSave

On Jul 17, 12:03*pm, ward376 wrote:
Wish I could help but all I can do is corroborate - I experience
similar things at work.


Thanks for sharing. Sounds like you and I might be experiencing a
similar problem. So far, what I've noticed is that the "ignored" code
tends to be related to file-saving e.g. Workbook_BeforeSave.

Also, a simple line such as "ActiveWorkbook.Close SaveChanges:= False"
would fail to execute. The workbook would remain open. Again, the same
code in the same workbook would work perfectly on other PC's. Only in
the PC's in my workplace would the code be silently ignored.

Someone told me it could be that DotNet Framework hasn't been updated
probably but it appears to be updated on my workplace PC.

Anybody IT gurus out there who might have an idea on this ?