Thread: File SaveAS
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mickmoo Mickmoo is offline
external usenet poster
 
Posts: 3
Default File SaveAS

Hello,

I'm rather new to Excel coding so forgive me if this question sounds naive.

I'm trying to find a property that that I can use in the Workbook_BeforeSave
event in order to identify whether the user is trying to overwrite a specific
file on disk (by using the File SaveAs command), so that I can inform them of
this and cancel the Save event.

Thanks in advance for any assistance.