The Code I am sharing with you today is capable of sending active sheet of your workbook through outlook mail to email ID specified by you. You will not get any warning messages and the email will be sent using outlook profile available on your machine.
This code saves active sheet to temp file and then email it to the recipient. Once the mail has been sent the temp file is deleted by the code.
You will need to
copy this code to regular VBA module of your workbook
Sub EmailActiveSheetWithOutlook() Dim oApp, oMail As Object, _ tWB, cWB As Workbook, _ FileName, FilePath As String
Application.ScreenUpdating = False
'Set email id here, it may be a range in case you have email id on your worksheet Mailid = "yogesh@yogeshguptaonline.com" 'Write your email message body here , add more lines using & vbLf _ at the end of each line Body = "Please find enclosed " & vbLf _ & vbLf _ & "Thanks & Regards" 'Copy Active Sheet and save it to a temporary file
Set cWB = ActiveWorkbook ActiveSheet.Copy Set tWB = ActiveWorkbook FileName = "Temp.xls" 'You can define the name FilePath = Environ("TEMP") On Error Resume Next Kill FilePath & "\" & FileName On Error GoTo 0 Application.DisplayAlerts = False tWB.SaveAs FileName:=FilePath & "\" & FileName, FileFormat:=56 Application.DisplayAlerts = True 'Sending email through outlook
Set oApp = CreateObject("Outlook.Application") Set oMail = oApp.CreateItem(0) With oMail .To = Mailid .Subject = "Update Message Subject here" .Body = Body .Attachments.Add tWB.FullName .send End With 'Delete the temporary file and restore screen updating tWB.ChangeFileAccess Mode:=xlReadOnly Kill tWB.FullName tWB.Close SaveChanges:=False cWB.Activate Application.ScreenUpdating = True Set oMail = Nothing Set oApp = Nothing End Sub
|
APTIMASTERS is basically an online aptitude site which provides the help for the students to make their aptitude skills more enhanced so that they can overcome the entrance examinations for CAT,MAT,UPSC ,Placement Exams etc .
ReplyDeleteGreat Article blockchain projects for students
DeleteIEEE Projects for Engineering Students
JavaScript Training in Chennai
Networking Projects
JavaScript Training in Chennai
Please help me in counting the total no of common rows in excel vba
ReplyDeleteVery good Yogesh Sir.. Good Blog.. We also develop advance automation programs in excel at infocorpsolutions.net
ReplyDeleteHi Yogesh,
ReplyDeleteI'm using a macro for sending an email with a workbook in my directory and the file name in an excel sheet. The extract of the code is:
.To = EmailAddr
.Cc = CRecipient
.Subject = Subj
.Body = Msg
attach_file = "C:\directory" & cell.Offset(0, 10).Value & ".xlsx"
.Attachments.Add attach_file
.Display
.Send
The "cell.Offset(0, 10).Value" contains the file name in the excel sheet and I've to paste the file name in the sheet for attaching the file in the email. Is there a way I can make the macro read the file name by picking just a part of the file name and location of the file attach the file to the email?
Regards,
Nitin
Thanks alot!!!
ReplyDeleteIt really works. Keep on going!
This result of this post has given me much priase at work! thank you!
ReplyDeleteWhat would the code be to copy all sheets into a new Workbook and email?
Can you please tell me how to include multiple email ids for this macro. I want to send my active work sheet to multiple receipients.
ReplyDeleteThanks
SKS
which part of the code can I delete to use it only to send attachments?
ReplyDeletehi yougesh,
ReplyDeleteyour scripts are very very useful. it saves lots of time. hats off to you.
Hi Yougesh,
ReplyDeleteThis works like a charm on most PC's, but I have one user that will get an Outlook notification whether to allow or deny sending this email. Do you have any idea on how to get this suppressed or a workaround not to see this on some PC's (at the moment only one).
Thanks in advance,
Jesper Andersen
I want to know, how to send mail from Zimbra account. Please let me know.
ReplyDeleteHow would I simply add more than one recipient's email address to send to?
ReplyDeleteHow would I simply add more than one recipient's email address to send to?
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis is great and efficient. Thank you! Is there a way to modify so that it prompts for the email address?
ReplyDeleteThanks again
Hello Yogesh, You are Awesome !! I'm a Fan of yours !!
ReplyDeleteWhat changes are required in this code to send to an email listed in Cell A1 in the excel sheet?
ReplyDeleteIs there a way to trigger an auto email to go out once a certain amount hits a spreadsheet? For example, I'm tracking several items on inventory. Once they hit a specific number, the word "order" automatically populates. I'd like an email to automatically go to the person who would then place the order. Is that possible? Thank you!
ReplyDeleteIs there a way to trigger an auto email to go out once a certain amount hits a spreadsheet? For example, I'm tracking several items on inventory. Once they hit a specific number, the word "order" automatically populates. I'd like an email to automatically go to the person who would then place the order. Is that possible? Thank you!
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteNice post, thank you! There are lots of great tools but I like improver.io the most. It's a lightweight, friendly and free Chrome extension with good match rate.candidate sourcing tools
ReplyDeleteShowbox is not an official app of Google so you have to download it from a trusted website or source. It is not easy to find and download the application as it is sideloaded from the platform. But we will tell you how you can download and install Latest Version of Showbox Apk on your device.
ReplyDeleteBefore the group email software "LISTSERV", emails were send manually, which is a very time consuming process. This group email software was freeware between `86 to `93, and nowadays it is a commercial product of "L-Soft", which is a company founded by Eric Thomas (the author of LISTSERV) in `94.email verifier
ReplyDeleteBuat mereka yang ingin coba coba saja jadi diijinkan untuk lakukan taruhan dengan modal Rp 10rb saja
ReplyDeleteasikqq
dewaqq
sumoqq
interqq
pionpoker
bandar ceme terpercaya
hobiqq
paito warna
forum prediksi
paito warna china
ReplyDeletedata sydney update
datahk
syair sydney
syairsgp
datasgp
paito warna terlengkap
http://warungsgp.com/
live hk 6d
live sydney
Shalom, Om swastiastu, Namo buddhaya, Salam kebajikan, pada artikel kali ini kami akan memberikan kepada kamu Panduan Cara Bet 2D Togel Klik4D Online yang tersedia di S128cash. Berhubung permainan togel adalah game legendaris di Indonesia, tahukah kamu kalau game togel sekarang bisa dimainkan secara online ? (Baca Selengkapnya Disini...)
ReplyDeletei never know the use of adobe shadow until i saw this post. thank you for this! this is very helpful. visit this site
ReplyDeletethanks for posting this nice information.please keep posting.
ReplyDeletewe are proving Digital marketing course in Bangalore with Live Projects. 100% placement, 20+ modules, 10+ certifications, Great discounts on course fees.
https://onlineidealab.com/digital-marketing-courses-in-bangalore/
http://www.yogeshguptaonline.com/2012/02/excel-addins-spell-currency-excel-addin.html?showComment=1587588227343#c1226145676207704524
ReplyDeleteEarn Rs.25000/- per month - Simple online Jobs - Are You Looking for Home-Based Online Jobs? - Are You a Student, Housewife, jobseeker ? - Are you ready to Work 1 to 2 Hours daily Online? - Do You need Guaranteed Payment Monthly? Then this is for You, - Clicking on their Advertisement E-mails. - Submitting their Data\'s online. - Reading their Advertisement Sms. - Filling Forms on their websites, etc,. FREE to Join >> http://dailyonlinejobs.com
ReplyDelete9PJK1587500784 2020-04-23 01:58:08
I truly like your style of blogging. I added it to my preferred's blog webpage list and will return soon…pmp certification in malaysia
ReplyDeleteGreat to become visiting your weblog once more, it has been a very long time for me. Pleasantly this article i've been sat tight for such a long time. I will require this post to add up to my task in the school, and it has identical subject along with your review. Much appreciated, great offer.
ReplyDeletedata science course in noida
Superb exertion to make this blog more awesome and appealing.
ReplyDeletehttps://360digitmg.com/course/data-analytics-using-python-r
enuinely refreshing scrutinizing your blog sections.Huge thankful for the significant data.
ReplyDeletehrdf claimable training
I am sure that this is going to help a lot of individuals. Keep up the good work. It is highly convincing and I enjoyed going through the entire blog.
ReplyDeletedata science training
Super site! I am Loving it!! Will restore again, Im taking your food in like manner, Thanks.
ReplyDeletewhat is the difference between analysis and analytics
Nice Information Your first-class knowledge of this great job can become a suitable foundation for these people. I did some research on the subject and found that almost everyone will agree with your blog.
ReplyDeleteCyber Security Course in Bangalore
Writing in style and getting good compliments on the article is hard enough, to be honest, but you did it so calmly and with such a great feeling and got the job done. This item is owned with style and I give it a nice compliment. Better!
ReplyDeleteCyber Security Training in Bangalore
Bolavita - Situs Permainan Online Aman Dan Terpercaya
ReplyDeleteTersedia Bola | Live Casino | Bola Tangkas | Sabung Ayam Online | Slot Games |Togel Online Aman Dan Terpercaya
Melayani Deposit Via Pulsa Telkomsel | XL | Gopay | OVO | LinkAja | DANA Serta Semua Bank Indonesia
Kontak Bolavita https://linktr.ee/bolavita
Nice post! you are giving right information to everyone one its good blog to all of us who are going to predict in future Otherwise any one who want to learn advance excel contact us on 9311002620 or visit https://www.htsindia.com/Courses/Business-Analytics/adv-excel-training-course
ReplyDeleteYouTube Promotion is a great way to be seen but you can buy twitter followers and more.
ReplyDeleteTwitter Promotion is what I will get when promoting my blog but you can also buy instagram followers and more.
ReplyDeleteThanks for posting the best information and the blog is very informative.Data science course in Faridabad
ReplyDeleteVery well written article. It was an awesome article to read. Complete rich content and fully informative. I totally Loved it. Email Finder
ReplyDeleteLiên hệ mua vé rẻ tại đại lý Aivivu, tham khảo
ReplyDeletevé máy bay đi Mỹ Vietnam Airline
vé máy bay từ mỹ đi việt nam
giá vé máy bay đi đà nẵng
đi máy bay ra đà lạt
săn vé máy bay hà nội phú quốc
Thank you for sharing this valuable information about Advance Excel I really appreciate your hard work you put into your blog and detailed information you provide. Further More Information About Advance Excel Training Institute in Delhi So Contact Here-+91-9311002620 Or Visit Website- https://htsindia.com/Courses/business-analytics/adv-excel-training-course
ReplyDeleteThanks for sharing this informative post. It's really kind of content that I'm looking for a very helpful post by the way. If anyone looking for best Sas training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteThanks for sharing this post vert impressive aprt form that if anyone look for Python training institute in Delhi Contact Here-+91-9311002620 Or Visit Website- https://www.htsindia.com/Courses/python/python-training-institute-in-delhi
ReplyDeleteI want to leave a little comment to support and wish you the best of luck.we wish you the best of luck in all your blogging enedevors.
ReplyDeletedata science in bangalore
Wow, happy to see this awesome post. I hope this think help any newbie for their awesome work and by the way thanks for share this awesomeness, i thought this was a pretty interesting read when it comes to this topic. Thank you..
ReplyDeleteArtificial Intelligence Course
I need to thank you for this very good read and i have bookmarked to check out new things from your post. Thank you very much for sharing such a useful article and will definitely saved and revisit your site.
ReplyDeleteData Science Course
Thank you for sharing this type of content in your post. Your content is really good, by the way. If anyone looking forbest Sas training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteThank you for sharing this type of content in your post. Your content is really good, by the way. If anyone looking forbest Sas training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteYour site is truly cool and this is an extraordinary moving article and If it's not too much trouble share more like that. Thank You..
ReplyDeleteDigital Marketing Course in Hyderabad
Thank a lot. You have done excellent job. I enjoyed your blog . Nice efforts
ReplyDeleteData Science Certification in Hyderabad
your blog everyday and try to learn something from your blog. Thank you and I'm waiting for your new post.
ReplyDeletebest data science institute in hyderabad
Thanks for sharing this amazing post this is the content i really looking for, it's very helpful i hope you will continue your blogging anyway if anyone looking for Sas training institute in delhi contact us +91-9311002620 visit-https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteThanks for sharing this informative post. It's really kind of content that I'm looking for a very helpful post by the way. If anyone looking for best Sas training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteThanks for sharing this informative post. It's really kind of content that I'm looking for a very helpful post by the way. If anyone looking for best Sas training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteI feel very grateful that I read this. It is very helpful and very informative and I really learned a lot from it.
ReplyDeletebest data science institute in hyderabad
A big thanks for sharing this post by the way if anyone looking for Best Consulting Firm for Fake Experience Certificate Providers in pune, India with Complete Documents So Dreamsoft Consultancy is the Best Place.Further Details Here- 9599119376 or VisitWebsite-https://experiencecertificates.com/experience-certificate-provider-in-pune.html
ReplyDeleteA big thanks for sharing this post by the way if anyone looking for Best Consulting Firm for Fake Experience Certificate Providers in pune, India with Complete Documents So Dreamsoft Consultancy is the Best Place.Further Details Here- 9599119376 or VisitWebsite-https://experiencecertificates.com/experience-certificate-provider-in-pune.html
ReplyDeleteAnyone looking for Best Consulting Firm for Fake Experience Certificate Providers in pune, India with Complete Documents So Dreamsoft Consultancy is the Best Place.Further Details Here- 9599119376 or VisitWebsite-https://experiencecertificates.com/experience-certificate-provider-in-pune.html
ReplyDeleteAnyone looking for Best Consulting Firm for Fake Experience Certificate Providers in pune, India with Complete Documents So Dreamsoft Consultancy is the Best Place.Further Details Here- 9599119376 or VisitWebsite-https://experiencecertificates.com/experience-certificate-provider-in-pune.html
ReplyDeleteExcellent Blog! I would like to thank you for the efforts you have made in writing this post. Gained lots of knowledge.
ReplyDeleteData Analytics Course
What an incredible message this is. Truly one of the best posts I have ever seen in my life. Wow, keep it up.
ReplyDeleteAI Courses in Bangalore
Awesome article. I enjoyed reading your articles. this can be really a good scan for me. wanting forward to reading new articles. maintain the nice work!
ReplyDeleteData Science Courses in Bangalore
I am sure it will help many people. Keep up the good work. It's very compelling and I enjoyed browsing the entire blog.
ReplyDeleteBusiness Analytics Course in Bangalore
Thank you for sharing this great post its very helpful but if anyone looking for Experience Certificate Providers in Noida, India with Complete Documents So Dreamsoft Consultancy is the Best Place.Further Details Here- 9599119376 or Visit Website-Website-https://experiencecertificates.com/experience-certificate-provider-in-Noida.html
ReplyDeleteFirst You got a great blog .I will be interested in more similar topics. i see you got really very useful topics, i will be always checking your blog thanks.
ReplyDeletebest data science institute in hyderabad
You have done a amazing job with you website
ReplyDeleteai course in pune
Thanks for posting the best information and the blog is very important.data science institutes in hyderabad
ReplyDeleteAlways so interesting to visit your site.What a great info, thank you for sharing. this will help me so much in my learning
ReplyDeletedata scientist course
Thanks for sharing this post, it is a very helpful post by the way. If anyone looking for best Sas training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteThank you for providing thishelpful content its very knowledgeable i hope that you will continue to post these kinds of contents in future apart from that if anyone looking for Advance Excel institute in delhi so Contact Here-+91-9311002620 Or Visit Website- https://www.htsindia.com/Courses/business-analytics/adv-excel-training-course
ReplyDeleteThis is also a very good post which I really enjoyed reading. It is not every day that I have the possibility to see something like this..
ReplyDeletedata science courses in aurangabad
I am glad to discover this page. I have to thank you for the time I spent on this especially great reading !! I really liked each part and also bookmarked you for new information on your site.
ReplyDeleteData Science Training in Chennai
Thank you quite much for discussing this type of helpful informative article. Will certainly stored and reevaluate your Website.
ReplyDeleteData Analytics Course in Bangalore
Very wonderful informative article. I appreciated looking at your article. Very wonderful reveal. I would like to twit this on my followers. Many thanks! .
ReplyDeleteData Analytics training in Bangalore
I feel very grateful that I read this. It is very helpful and very informative and I really learned a lot from it.
ReplyDeleteDevOps Training in Hyderabad
You have completed certain reliable points there. I did some research on the subject and found that almost everyone will agree with your blog.
ReplyDeleteData Science Training in Bangalore
Wonderful blog found to be very impressive to come across such an awesome blog. I should really appreciate the blogger for the efforts they have put in to develop such amazing content for all the curious readers who are very keen on being updated across every corner. Ultimately, this is an awesome experience for the readers. Anyways, thanks a lot and keep sharing the content in the future too.
ReplyDeleteDigital Marketing Training in Bangalore
You actually make it seem like it's really easy with your acting, but I think it's something I think I would never understand. I find that too complicated and extremely broad. I look forward to your next message. I'll try to figure it out!
ReplyDeleteMachine Learning Course in Bangalore
Terrific post thoroughly enjoyed reading the blog and more over found to be the tremendous one. In fact, educating the participants with it's amazing content. Hope you share the similar content consecutively.
ReplyDeletedata science course in varanasi
Thanks, I saw a few websites but it seems this one has something extra to it. This Blog gives me a lot of information and inspiration.
ReplyDeleteAWS Training in Hyderabad
AWS Course in Hyderabad
Pretty, pretty! This was a really wonderful post. Thank you for your provided information.
ReplyDeleteData Science Training in Hyderabad
Data Science Course in Hyderabad
Thanks for posting the best information and the blog is very good.data science course in Lucknow
ReplyDeleteThank you for sharing this content in your post thank you apart form that if anyone look for Python training institute in Delhi Contact Here-+91-9311002620 Or Visit Website- https://www.htsindia.com/Courses/business-analytics/sas-training-institute-in-delhi
ReplyDeleteWhat an incredible message this is. Truly one of the best posts I have ever seen in my life. Wow, keep it up.
ReplyDeleteAI Courses in Bangalore
I am really enjoying reading your well written articles. I am looking forward to reading new articles. Keep up the good work.
ReplyDeleteData Science Courses in Bangalore
I am sure it will help many people. Keep up the good work. It's very compelling and I enjoyed browsing the entire blog.
ReplyDeleteBusiness Analytics Course in Bangalore
Pretty, pretty! This was a really wonderful post.business advisor near me
ReplyDeleteHappy to chat on your blog, I feel like I can't wait to read more reliable posts and think we all want to thank many blog posts to share with us.
ReplyDeleteMachine Learning Course in Bangalore
I wanted to leave a little comment to support you and wish you the best of luck. We wish you the best of luck in all of your blogging endeavors.
ReplyDeleteData Science Training in Bangalore
A good blog always contains new and exciting information, and reading it I feel like this blog really has all of these qualities that make it a blog.
ReplyDeleteArtificial Intelligence Training in Bangalore
Great Work. I always follow your valuable contents. Thanks for sharing this kind of knowledge. It is very helpful and very informative and I really learned a lot from it. Further More Information About AUTOCAD Training Institute in Delhi So Contact Here-+91-9311002620 Or Visit Website- https://www.htsindia.com/AutoCAD-training-courses
ReplyDeleteThanks for sharing this post its very informative post by the way If anyone look for Ms Office training institute in Delhi Contact Here-+91-9311002620 Or Visit our website https://www.htsindia.com/Courses/microsoft-courses/ms-office-course
ReplyDeleteYou have completed certain reliable points there. I did some research on the subject and found that almost everyone will agree with your blog.
ReplyDeleteIoT Training Institute in Bangalore
I really appreciate the kind of topics you post here and thanks for sharing us a great information that is actually helpful. Good day!
ReplyDeleteAWS Training in Hyderabad
I like viewing this web page which comprehend the price of delivering the excellent useful resource free of charge and truly adored reading your posting. Thank you!
ReplyDeleteData Science Certification Course
Very informative message! There is so much information here that can help me thank you for sharing
ReplyDeleteData Analytics Course in Lucknow
It is late to find this act. At least one should be familiar with the fact that such events exist. I agree with your blog and will come back to inspect it further in the future, so keep your performance going.
ReplyDeleteBest Data Analytics Courses in Bangalore
I read your excellent post. It's a great job. I enjoyed reading your post for the first time. I want to thank you for this publication. Thank you...
ReplyDeleteData Science Course in Patna
I came to this site with the introduction of a friend around me and I was very impressed when I found your writing. I'll come back often after bookmarking! 먹튀검증
ReplyDeleteThank you very much for this interesting article. In fact, it is exceptional. You are looking for this type of notice later.
ReplyDeleteData Scientist Course in Nagpur
Very interesting blog. A lot of the blogs I see these days don't provide anything that interests me, but I'm really interested in this one. I just thought I would post and let you know.
ReplyDeleteData Science Course in Ernakulam
This is a wonderful article, Given so much info in it, These type of articles keeps the users interest in the website, and keep on sharing more ... good luck. data scientist course in mysore
ReplyDeleteThrough this post, I realize that your great information in playing with all the pieces was exceptionally useful. I advise this is the primary spot where I discover issues I've been scanning for. You have a smart yet alluring method of composing.https://360digitmg.com/course/certification-program-on-digital-marketing
ReplyDeleteExtremely overall quite fascinating post. I was searching for this sort of data and delighted in perusing this one. Continue posting.
ReplyDeleteA debt of gratitude is in order for sharing.business analytics course in kolhapur
I was basically inspecting through the web filtering for certain data and ran over your blog. I am flabbergasted by the data that you have on this blog. It shows how well you welcome this subject. Bookmarked this page, will return for extra.https://360digitmg.com/course/certification-program-on-digital-marketing
ReplyDelete360DigiTMG, the top-rated organisation among the most prestigious industries around the world, is an educational destination for those looking to pursue their dreams around the globe. The company is changing careers of many people through constant improvement, 360DigiTMG provides an outstanding learning experience and distinguishes itself from the pack. 360DigiTMG is a prominent global presence by offering world-class training. Its main office is in India and subsidiaries across Malaysia, USA, East Asia, Australia, Uk, Netherlands, and the Middle East.
ReplyDeleteNice knowledge gaining article. This post is really the best on this valuable topic. business analytics course in surat
ReplyDeleteThe data scientists work on the raw data to take the right insights from it for making better decisions to make the business more prosperous.
ReplyDeletedata science training in patna
Really I enjoy your site with effective and useful information. It is included very nice post with a lot of our resources.thanks for share. i enjoy this post.
ReplyDeleteSalesforce Offshore Support Services
This article is very attractive. Those who need this information, it's very informative and understandable for those all. Thanks for this information.
ReplyDeleteMicrosoft Dynamics CRM Support
Very interesting article. Many articles I come across these days really not provide anything that attracts others, but believe me the way you interact is literally awesome.
ReplyDeleteSharePoint Support
Awesome blog.I find it interesting and is pretty fascinating, By reading your blog i got very useful information.Thanks for sharing this blog.
ReplyDeleteFinancialForce offshore Support