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

that works for me

--


Gary


"John" wrote in message
...
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?