What a great tip. I work with a group that needs to send out the results of inspection reports every week. I have the data in an worksheet so this technique would work perfectly. The only difference I have is that the pictures reside in another worksheet in the same workbook but I should be able to go back to the original image folder. Thank you so much for sharing this technique.
@vksfuntoon7 ай бұрын
Nice and helpful vdo sir,Thanx
@barryfitzpatrick49876 жыл бұрын
Another good video. One thing to mention though is that if the timer is a long time into the future then the instance of Excel from which the Timer was set needs to remain open. I prefer to use the Windows Task Scheduler to invoke the macro which is now in the Workbook_Open routine, as well as the Timer function just in case that instance of Excel is still open. I have several reports that run overnight some daily, some alternate days and another weekly all using the Task Scheduler, I add the code Application.Quit at the end of the routine to close Excel once the Task Scheduler has opened it.
@Exceltrainingvideos6 жыл бұрын
Thanks for sharing!
@sallytong2413 жыл бұрын
It is a fantastic idea. I am wondering if it is possible to send a list of email not all at once, but each mail should be sent out in 30 seconds apart. For example, 1st email send at 00:00:30, 2nd email send at 00:01:00 etc.... Thank you.
@Exceltrainingvideos3 жыл бұрын
Yes you can! Use a time value with the wait function. This link will guide: www.exceltrainingvideos.com/tag/automatically-create-message-box-with-timer/ You can search this channel or www.exceltrainingvideos.com
@goldensidex3 жыл бұрын
Hello,another perfect video.But i have a questions. How can i set for send automatically email in every day at a specific time. Examples: 6 days per week, send automatically in everyday at 08:00 morning. Thanks you a lot.
@Exceltrainingvideos3 жыл бұрын
This link will guide: www.exceltrainingvideos.com/tag/using-timer-to-automate-getting-data-from-closed-workbook/ Take care of the remarks using an apostrophe.
@djdino32136 жыл бұрын
I m getting an error as sub function not defined
@davidmosedale45863 жыл бұрын
Hi I would like to know how to add a Microsoft Data Source like Microsoft Outlook in excel some version have it but my office 365 has not
@Exceltrainingvideos3 жыл бұрын
This Excel VBA tutorial on Outlook will guide: kzbin.info/www/bejne/aWbKaX1oot-Xi7s You can also search my channel.
@guweizhao34304 жыл бұрын
Sir, your example only send email once after click "run" Macro. if I want repeatedly send email at specific time everyday , how can write the code?
@Exceltrainingvideos4 жыл бұрын
These Excel lessons will guide: kzbin.info/www/bejne/e3i7gYSpZbdoj6s kzbin.info/www/bejne/epbah5WvgKiembM
@suralasika Жыл бұрын
Sir I want this code to run as per a True match. Once its TRUE excel would filter a list where I have email ids, and it would send to them.. Note: Nothing as per specific time, but as per True Match criteria with multiple email ids . And all of them to be shared a separate email
@md.mahmudulislamhillol25856 жыл бұрын
How can I format the body of the mail? Like - bold font, big font, colored font
@DJdavefromlondon3 жыл бұрын
thanks indeed. on my 2nd module called sendreminder, VBA puts it in red text , when I run I get "Compile Error: Expected: Inentifier" . Even when I remove the code from 2nd module, then start again simply typing Sub sendreminder (0) it doesnt allow it. Perhaos I need to do something to tell VBA I have 2 modules ?
@Exceltrainingvideos3 жыл бұрын
This link will guide: www.exceltrainingvideos.com/run-multiple-macros-excel/ You can also search my channel or website.
@rajnishkumarthakur24986 жыл бұрын
👌👌👌this is very helpful👍👍thanks
@philmarsh75235 жыл бұрын
Hi there, Do you have a video or the vba code to be able to send an email with an attachment when a outlook reminder goes off at the same time each day? As i used to have this functionality as a colleague who has now left coded it - I have now changed Pc and lost this so have been trying to code myself but i'm still very new at VBA coding. I have been able write it to send if i press the macro button, but this allows me to forget if i'm in a meeting that overruns etc. If you have something that would be great!
@Exceltrainingvideos5 жыл бұрын
This link will help: www.exceltrainingvideos.com/how-to-send-email-through-outlook-at-specific-tme/
@SyedMuzammilMahasanShahi6 жыл бұрын
Thanks Dinesh for this wonderful video
@mahadevshirodkar98786 жыл бұрын
thank you sir.. one question. The excel that contains the macro need to remain open right to work this macro?
@barryfitzpatrick49876 жыл бұрын
Mahadev Shirodkar Yes it has to be open. What I do is use Windows Task Scheduler to open the Workbook on certain nights (c. 2am) and set the macro to run from the Workbook_Open macro then automatically Quit Excel once it has finished. That way I don't have to rely on leaving the Workbook open when I finish work for the day.
@r27td484 жыл бұрын
@@barryfitzpatrick4987 Hi dear, that's amazing, can you explain how to use the task manager to open a specific excel file, at an expecific hour?
@barryfitzpatrick49874 жыл бұрын
BTW when opening the workbook for editting hold down the Shift key whilst opening, otherwise the macro will run and then Excel will close.
@mahadevshirodkar98784 жыл бұрын
@@barryfitzpatrick4987 Thanks
@r27td484 жыл бұрын
@@barryfitzpatrick4987 Wow thank you, that's nice.... But one doubt, to make this vba code works automatically even when the file is not open... You have to put the code and press the green play button on top and save? And you have to use the task scheduler to open the file and run? It's possible to run only that process, that VBA code without open the Excel file xslm?
@guweizhao34305 жыл бұрын
what is your outlook email address in your program? there only gmail?
@PranL_datzme4 жыл бұрын
We need to run this Macro everyday?
@Exceltrainingvideos4 жыл бұрын
That depends on you!
@abuabou76794 жыл бұрын
Thank you sir for the video , it will automatically run on daily basis at specific time or need to open excel and run it
@Exceltrainingvideos4 жыл бұрын
You'll need a VB-Script to run it automatically. Just search my channel to find the Excel solution.
@abuabou76794 жыл бұрын
@@Exceltrainingvideos ok sir thank you❤️
@drs103016 жыл бұрын
Hi sir Any video on task scheduler in detail as I am looking for tasks to run automatically at scheduled time which will help me in reducing some man-hours
@Techreviwer6 жыл бұрын
I want to take a screenshot of the data in Excel by Excel screen shot function and send that screen shot in email with data how do I do that
@Exceltrainingvideos6 жыл бұрын
1. Select the data 2. From Home --> Copy --> Copy as Picture... 3. Paste the screenshot in your mail 4. If you wish you can paste the data in Paint and save the file as a 'jpg' file.
@Techreviwer6 жыл бұрын
@@Exceltrainingvideos Thanks Sir got it
@shalinimenon62483 жыл бұрын
Great learning sir thank you. Pls help how to report out whether email responded or not?
@Exceltrainingvideos3 жыл бұрын
That's not an easy project!
@krn142426 жыл бұрын
Thanks Dinesh. Since you checked the Microsoft Outlook Object Library you really don't need to declare Outlook Application as an object like you did. You could simply DIM yr Outlook variable as Outlook.Application and then yr Mailitem as DIM xxx as Outlook.MailItem.
@madhusudhan53842 жыл бұрын
Hello Sir , This vedio is really helpful. Sir I need your assistance to send auto email from excel on specific day and time with ppt attchemen in the other folder, a recurring auto email for whole year..please assist
@lijumon64146 жыл бұрын
I have a request sir, Can you please advise me that how can I attach an excel page to outlook directly from excel in one touch .I am not asking for the whole workbook just one tab how can I attach.. that's the only page I need to attach instead of whole workbook
@Exceltrainingvideos6 жыл бұрын
This link will guide: www.exceltrainingvideos.com/how-to-use-automation-to-send-ms-outlook-mail-using-excel-vba/ Or search www.exceltrainingvideos.com
@tusharchauhan44354 жыл бұрын
Hello sir, I need to send weekly reports at morning 11 am using vba... Can you please help me on this...
@Exceltrainingvideos4 жыл бұрын
This VBA tutorial will guide: www.exceltrainingvideos.com/how-to-send-email-reminder-automatically-from-excel-worksheet-using-vba/
@barryfitzpatrick49876 жыл бұрын
For Users who do not run MS Outlook there is a code available to use a GMail account directly instead.
@Exceltrainingvideos6 жыл бұрын
Could you share the code with the community?
@djdino32136 жыл бұрын
hi sir I am getting a compilation error for this coding pls can u advise wht needs to be done
@barryfitzpatrick49874 жыл бұрын
The default Body is plain text, to send formatted text you need to use .HTMLBody instead of .Body, and then use standard HTML Tags to format the text
@sunnyduseja31975 жыл бұрын
Hi sir , can you please help in fetching multiple cells data from Excel to outlook. Thanks in advance
@Exceltrainingvideos5 жыл бұрын
This link will help: www.exceltrainingvideos.com/import-excel-data-into-outlook/
@suyashpalande76674 жыл бұрын
Sir, i have outlook 2016 installed and i'm geeting debug error message on following code. Set OutLookMailItem = OutLookApp.CreatItem(olMailItem) Can you please guide to send email through outlook 2016.
@Exceltrainingvideos4 жыл бұрын
Check your 'References'.
@neetshil14344 жыл бұрын
Hello sir, Can i create vbs file to send email reminder at specific time without opening vba excel file? actually im trying to run vbs file but its not sending any email
@Exceltrainingvideos4 жыл бұрын
Just try it out!
@neetshil14344 жыл бұрын
@@Exceltrainingvideos I think u forgot to add link..can u please send
@ahmadzarif39124 жыл бұрын
Hi sir, I have one question for you. My boss ask me to find a solution to create pop up notifications based on due date which means 1 month earlier before the due date, can you suggest me the best way to get it done ?
@Exceltrainingvideos4 жыл бұрын
www.exceltrainingvideos.com/using-dates-with-excel-vba-to-automate-email-reminders/ or search www.exceltrainingvideos.com and this KZbin channel goo.gl/5Jx1NP
@ravindrashinde7075 жыл бұрын
My tiger imge is not coming on body its getting aatached with mail😕
@Exceltrainingvideos5 жыл бұрын
Can you share your code here?
@HarishReddyVennapusa6 жыл бұрын
Hi Sir I have gone through many of your videos and all are good and interesting.. Could you please help me for comparing two different sheets which will be having dynamic key fields and dynamic rows and columns. Comparison should be done based on key fields. After comparison the output is needed in a separate file with key fields and their values along with the headings... Thanks in advance sir.
@robertbrede61995 жыл бұрын
Thank you for the video. My Excel is communicating with PLCs... 24 hours a day. Excell cells have constantly changing values. HOW can I automate emails? when the VALUE IN A CELL suddenly reaches ... 10. I already have the macro that send out the email. (example)- I just need it to AUTOMATICALLY SEND the email (if the value in cell A5 becomes.... 7...0r 17... or 32767. No one here on KZbin seems to know how to do this. Thank you so much!!!
@Exceltrainingvideos5 жыл бұрын
Try using an 'IF' condtion.
@vishalthakral14706 жыл бұрын
Please send the workbook with both the modules written. I will change fields as required. Thanks in advance
@vinaynagaonkar85924 жыл бұрын
Need to know how to send many emails one after another at an interval of say 2 to 3 minutes, when you need to send 100 emails in a day, thanks for your video, I learnt a lot
@Exceltrainingvideos4 жыл бұрын
You can try and add a looping process to the video you just watched.
@vinaynagaonkar85924 жыл бұрын
I need to learn the loop process, I don't know visual basic and computer programming, well let me learn, Thanks a lot
@AnandSingh-cv1qw6 жыл бұрын
Nice videos
@kiranbainade97376 жыл бұрын
How to send SMS to mobile number using Excel macro only to desired numbers from list
@Exceltrainingvideos5 жыл бұрын
Ask your service provider.
@mkchannel5574 жыл бұрын
Hai..can you share about vba how to automation send bulk email with scheduling delay ?
@Exceltrainingvideos4 жыл бұрын
Bulk email as in spamming?
@mkchannel5574 жыл бұрын
@@Exceltrainingvideos i mean if I want to send automatic e-mails with a lot of birthday data, e-mails are automatically sent and automatically each e-mail has a delay schedule on the outlook for each person's birthday..is it possible if we do that with vba?
@parmarpankajkumar79582 жыл бұрын
Thanks it's useful
@AnkitSharma-xy7st6 жыл бұрын
Hi sir, this is very good and useful video. Sir, I am facing a problem that I have to fetch data from outlook to excel on daily basis for my daily reports. For example we have a group email id "WFM" and get one file from that email and copy that file into my main file which have monthly record. I get multiple emails per day and copy that file into different sheets. Please sir help me this to automate.
@Exceltrainingvideos6 жыл бұрын
kzbin.info/www/bejne/aWbKaX1oot-Xi7s
@Viji_nkl6 жыл бұрын
Thanks lot sir.............suberb
@PiXpilot_Shridhar6 жыл бұрын
Dear Sir, Very helpful. Kindly help me to send an Email using Thunderbird. Kindly suggest.
@Exceltrainingvideos6 жыл бұрын
This link will guide: www.exceltrainingvideos.com/send-email-using-gmail-with-excel-vba/
@officialbaryar20175 жыл бұрын
Dear Sir thia very useful video but can you tell me how can i send reminder on specific date and time
@Exceltrainingvideos5 жыл бұрын
This link will help: www.exceltrainingvideos.com/how-to-send-email-reminder-automatically-from-excel-worksheet-using-vba/ Please share with your friends and on social media. You can view more videos in Hindi and English at www.exceltrainingvideos.com/
@siva.dhanaraj17105 жыл бұрын
Sir, I want to send multiple work book with at a same time basis. If it is possible kindly post the video about it... Thanks
@Exceltrainingvideos5 жыл бұрын
You can send them as attachments.
@siva.dhanaraj17105 жыл бұрын
I maintains ten workbooks. every day I will modifying(Some date add or Clear) those and send to concerns(more then 10 peoples) I need your valuable suggestions....
@abulhasan77766 жыл бұрын
Thank you sir
@abhijitbhandari6215 жыл бұрын
Didn't work. Please help
@Exceltrainingvideos5 жыл бұрын
Try again: www.exceltrainingvideos.com/how-to-send-email-through-outlook-at-specific-tme/ Watch the video carefully.
@mohamedayoub92786 жыл бұрын
Ilike it thanks for this video
@taoli54975 жыл бұрын
测试通过, 谢谢。
@kashankhan31375 жыл бұрын
Wonderful! You are a great teacher. I want your proper online tuition. Is it possible? Regards. KASHAN
@Exceltrainingvideos5 жыл бұрын
I conduct only corporate trainings in New Delhi and NCR.
@kashankhan31375 жыл бұрын
@@Exceltrainingvideos .... my misfortune.............. Can you help me in an excel vba problem? If you allow i can e-mail you. Plz reply. Thanks. Kashan
@drgood20006 жыл бұрын
Thank you Mr. Dinesh I have question about whatsapp, i want to send msg or data from excel sheet to whatsapp. Some videos show ways. But i think it's not correct. Could you give me code explain that, please.
@islamaly76245 жыл бұрын
Hi sir Thanks alot for wonderful vedios Pls i want to help me for sending email to multi persons , like the example in down To: a,b,c Cc:d,e,f Best regard,
@Exceltrainingvideos5 жыл бұрын
You are welcome. This link will help: www.exceltrainingvideos.com/how-to-use-automation-to-send-ms-outlook-mail-using-excel-vba/ Or search www.exceltrainingvideos.com using the keyword 'outlook'. Please share with your friends also on social media to spread the knowledge.
@siva.dhanaraj17105 жыл бұрын
i = last row Like To :- A2 & i value Cc :- B2 & i value Sub :- C2 & i value Body :- D2 & i value Path :- E2 & i value
@Exceltrainingvideos5 жыл бұрын
Example: Range("A"&i) You have to set the value of i properly.