View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Save Current Workbook

Sub savit()
ActiveWorkbook.Save
End Sub

--
Gary''s Student - gsnu200751


"Joe K." wrote:


I would like to create a macro to save my current workbook.

Please help me complete this task.

Thanks,