View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Save Current Workbook

One way:

Public Sub SaveCurrentWorkbook()
ActiveWorkbook.Save
End Sub

In article ,
Joe K. <Joe wrote:

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

Please help me complete this task.

Thanks,