View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default How save active workbook w/o knowing name

I tried "ActiveWorkbook.Save", but I don't think this saved the workbook. I
have a bunch of macros that update data on various sheets in various
workbooks and want to save the entire workbook at the end of each macro
without knowing which workbook the macro is running in. What is the correct
command?