View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Aaron[_9_] Aaron[_9_] is offline
external usenet poster
 
Posts: 6
Default Detecting Save vs SaveAs in BeforeSave

Thanks

----- Jim Rech wrote: ----

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean

SaveAsUI is False in a Save and True with a SaveAs

--
Jim Rec
Excel MV
"Aaron" wrote in message
..
| Hi

| Is it possible to determine the type of Save requested from a user i.e
Whether it was 'Save' or 'SaveAs' in the BeforeSave event

| Thanks
| Aaron