How to code to send Email with attachment in Zoho Sheet using VBA code: To send Email with attachment

How to code to send Email with attachment in Zoho Sheet using VBA code: To send Email with attachment

Dear Team,

I am writing a VBA code through which my code will send the active sheet of Zoho sheet as an attachment
on the specified email address of our workplace's email id domain address.
Is there any different code other than you specified if my email server is other than zoho like in this case it is our domain name at zoho workplace.

My code is as below
Public Sub Worksheet_Change()
Application.EnableEvents = false
On Error Goto ENEV

 ThisWorkbook.HasRoutingSlip = True 
   With ThisWorkbook.RoutingSlip 
     '.from = "suvarna.mohite@glogic.co.in"
     .Recipients = "suvarna.mohite@glogic.co.in" 'Can send mail to multiple recepients
     .Subject = "Trial mail from zoho VBA" 
     .Message = "Hello! Have a Good Day!! Mail content. " & "Sending trial link here:"  & ActiveSheet.Name 
     .AttachWorkbook = True
     '.AttachmentFormat = "pdf" 
     .SheetName = ActiveSheet.Name ' this will send the active sheet.
    End With 
 ThisWorkbook.Route 
ENEV:
Application.EnableEvents = true
End Sub


With this code we get the email but no attachment with it.
Kindly give me your feedback.

Thanks for your Support
Suvarna (msuvarna2112@gmail.com)




                            Zoho Desk Resources

                            • Desk Community Learning Series


                            • Digest


                            • Functions


                            • Meetups


                            • Kbase


                            • Resources


                            • Glossary


                            • Desk Marketplace


                            • MVP Corner


                            • Word of the Day



                                Zoho Marketing Automation


                                        Manage your brands on social media



                                              Zoho TeamInbox Resources

                                                Zoho DataPrep Resources



                                                  Zoho CRM Plus Resources

                                                    Zoho Books Resources


                                                      Zoho Subscriptions Resources

                                                        Zoho Projects Resources


                                                          Zoho Sprints Resources


                                                            Qntrl Resources


                                                              Zoho Creator Resources


                                                                Zoho WorkDrive Resources



                                                                  Zoho Campaigns Resources

                                                                    Zoho CRM Resources

                                                                    • CRM Community Learning Series

                                                                      CRM Community Learning Series


                                                                    • Tips

                                                                      Tips

                                                                    • Functions

                                                                      Functions

                                                                    • Meetups

                                                                      Meetups

                                                                    • Kbase

                                                                      Kbase

                                                                    • Resources

                                                                      Resources

                                                                    • Digest

                                                                      Digest

                                                                    • CRM Marketplace

                                                                      CRM Marketplace

                                                                    • MVP Corner

                                                                      MVP Corner

                                                                    





                                                                    




                                                                        Design. Discuss. Deliver.

                                                                        Create visually engaging stories with Zoho Show.

                                                                        Get Started Now