Dear Experts

There are Multiple Modules available in my File.

I' want to save Changes which are done with particular Module only.

Example:

Public Sub M()
xxxx
xxxx
xxxx
xxxx

SAVE

End Sub

-------------------------

Currently I' am using ThisWorkbook.Save

But this is saving entire changes done in the file - I' Don't want that.

Please Help

Thanks
MG