Hi all,

I have written a macro that send the workbook through outlook mail to a recepient.
In the workbook that is sent,I have macros,I wish to deactivate the macros and give permission to only read the information on the workbook and not to write or modify.

Code to send mail:
Sub SendActiveWorkbook()
   
    ActiveWorkbook.SendMail Recipients:="abcd@abcd.com", Subject:="ECN  -  " & Format(Date, "dd/mmm/yy")
           
End Sub
Any help will be helpfull.
Thanks in advance.