Dr. Takyar, your video tutorials are so easy to follow that I have now stopped watching video tutorials from others. Thanks heaps. You are awesome.
@Exceltrainingvideos10 жыл бұрын
Thanks
@orielleyturralde99838 жыл бұрын
Thank you for this video Dinesh! It's really a big help for me who has forgotten how to do coding and the best thing is that your code is working!
@emiraufbjk6 жыл бұрын
Mr. Takyar it is really enjoyable to be your student. Thanks for every information piece that you download to web.
@vinothvignesh5 жыл бұрын
Dear sir first i want to say thank you..I am watching ur all videos..It wil helps me to develop my carrier..I request u to put video for how to send mail automatically through lotus notes using macros.. waiting for ur video sir thank you so much..
@sharmaarun15 жыл бұрын
I also want to know on lotus notes
@sumairaperveen52589 жыл бұрын
Do i need to open excellsheet to send automatic reminder? is there a way if i dont open excellsheet and if the due dates comes it send reminder automatically?
@griffey113 жыл бұрын
were you able to find your answer ?
@irfanbph5 жыл бұрын
Wonderful video sir. Life saver
@sohailimran428 жыл бұрын
We are very thankful... May God bless upon u and ur family....
@ironsnasher10 жыл бұрын
So you would have to open the worksheet, click the "Send Reminder" button for the macro to run. Could you make it automatic, at a set time, daily for example, without having to open the worksheet?
@gusey816 жыл бұрын
Did you find an answer for this question? i am looking for the same thing
@sitisarahmdilyas49646 жыл бұрын
Hi, I've been looking for the same too. Mind to share if you have found a solution?@@gusey81
@bartvdm754 жыл бұрын
I'm looking for exactly the same thing
@bartvdm754 жыл бұрын
@Mitali Kaur well, i found a solution by using Google's spreadsheets in stead of Microsoft's Excel... With Google spreadsheet it is possible
@macaunutritionassociation8 жыл бұрын
Dear Mr Dinesh first thank you for your hard work doing this explanations on youtube, i tried the codes but it keep telling me to give a name to send to, when debug keep pointing and .send , could you help me on this ?
@chinmoyjena70658 жыл бұрын
Same Problem here
@vedsoh5 жыл бұрын
@@chinmoyjena7065 Did you find any solution to this?
@simana291210 жыл бұрын
Hi Thank you so much for this fantastic video. I was trying to find something that would be more of an effective way to send reminders out to students when they have assignments due and what I have just learnt from your video was just what I needed. You are an awesome teacher (your instructions were so easy to follow) and your knowledge is outstanding. I have just sent email reminders to all my students...wow sooooo awesome. Thank you.
@marte339 жыл бұрын
This code is working so well for me, thank you! I would like to add some more information in the body of the email, can you help me link information in cells of the same row that the email address is taken from? I would like to add the due date for the check up, and also the name of the contract that is due. All this information can be found in cells in my workbook.
@osataha9 жыл бұрын
Thanks a lot it was very useful
@bibinnath99747 жыл бұрын
Great piece of knowledge.. thank you very much for this..
@The1ShyButterfly6 жыл бұрын
Hi, thank you VERY much for your tutorials, they are excellent! !!! I was wondering if it was possible to set up a reminder from the workbook even if the workbook is closed, based on a column called REMIND and if the date in that column matches today's date... that Excel will generate an Outlook email for any entries that match the date?
@Exceltrainingvideos6 жыл бұрын
Interesting question.
@jimsembiazza95928 жыл бұрын
Again, thank you Dinesh.... I need to re-phrase my question/s: Is it possible to set-up (program) excel and outlook to team up to automatically send reminder emails without any human triggering based solely on dates and an email address'? If so, any chance you might already have an example video you can point me to?
@gisellainez-jimenez16418 жыл бұрын
I am curious about this functionality as well.
@mattrider579010 жыл бұрын
Mr. Takyar, The tutorial was awesome. I do have 1 question. I have a debug window that keeps popping up with the below line, any ideas? .BCC = MailDest .Subject = "Maintence Contract Renewal" .Body = "Reminder: Contract expires in 30 days. Please renew." .Send (PROBLEM IS THIS LINE) End With
@davidbenjamin23078 жыл бұрын
Thank you sir for the video. Sir, could you please help to take the subject line automatically from excel too?
@Exceltrainingvideos8 жыл бұрын
+Deva Danamaiah Bhoompaga Just write in the loop: mySubject=cell address and then access it like '.BCC' or '.Body': www.exceltrainingvideos.com/how-to-send-email-reminder-automatically-from-excel-worksheet-using-vba/
@irwannirwansyah47494 жыл бұрын
@@Exceltrainingvideos sir, .. can you explain with the loop?.. example the subject line is in second column .. thanks sir
@joshtuanoalfafara45699 жыл бұрын
Hi Dinesh Thank you for this. I have set a formula wherein IF Cellx = TODAY() then "Send Reminder". Therefore, I would like the email sent upon opening the spreadsheet. How do I do this so that I dont need a command button to send? Thanks
@jcela888 жыл бұрын
Hi Dinesh, thank you for sharing your great knowledge with your videos. One question please, I have a shared excel worksheet that is used by several people at the same time, how can I send an email at 4:00PM each day just once. My concern is that there will be more than one user with the worksheet open at 4:00 o'clock but I only want the email to be send once. Thank you.
@sulekhacobi79010 жыл бұрын
Hi Dinesh, Thank you for the very helpful video. I seem to get all the codes right but some reason it is only sending to the first email and not to the rest in the list which have the send reminder in it too. Please help.
@iishibu10 жыл бұрын
Hello sir, thanks for this great video and sharing knowledge, everything works well for me, except one issue. the email is sending to the first row only. please advice how to send to multiple people based on the remarks column
@Exceltrainingvideos10 жыл бұрын
You'l have to use a looping process to send email to all the people in your worksheet.
@irwannirwansyah47494 жыл бұрын
I got the same problem.. what do you use for looping ? Still use For and Next or Do While and Loop?
@jackoh15458 жыл бұрын
Hi Dinesh I wish to know how to use macro to send the same email to different people which based on their unique ID and using lotus note. For example I have 3 overdue invoice A123, B123 and C123. A123 is a customer in America, B123 is a customer is Brazil and C123 is a customer in Chile. How do I send the same email which is reminding they to pay to different email account.
@moniruzzamanshohag Жыл бұрын
I want to copy the excel range to send an email respect to the current date. Example: The table range is A1:D20 Column A for Date. Now I want to copy the range A5:D9 to send an email body, A5 to A9 cell value are current date.
@minimbavault8 жыл бұрын
Hello Dinesh. Thanks for sharing your knowledge. Please is it posible to add an attachement to the mail intended for the Receipient.
Dinesh Kumar Takyar A lot of thks sir, I would like to ask about other subject how I can send automatic SMS from excel as reminder like the mail reminder
@mbalakachishala78958 жыл бұрын
hello dinesh, is the a code to activate the whole workbook. as in having the code work for every sheet in the entire workbook. thnx. in advance
@prasandkumar14647 жыл бұрын
Thanks in advance. I have an Excel application and wish to send email from within the VBA using SMTP. I am using Excel for Mac 2016, and therefore the Microsoft CDO method is not an option as far as I can determine. I do not wish to use Outlook, Mac Mail, or other email client, but rather wish to send directly from within the application.
@Exceltrainingvideos7 жыл бұрын
Yes, you can do this using your smtp server with authentication (user-name, password).
@TheFadynessem8 жыл бұрын
Hi regarding the accounting program, i just want to know how to use button by just by clicking the item in the menu on the chart and automatic the price will come up
@jimsembiazza95928 жыл бұрын
First of all, thank you Dinesh.... I'm not sure how the grey button "Mail Reminder" came to be from between the "How to create notifications or reminders in Excel" video and the follow up "How to send email reminder automatically from Excel Worksheet using VBA" video. Two questions: 1). Is that button necessary in order to send emails automatically? Do I absolutely need to "the speak out reminder" function in order to send emails automatically?
@Exceltrainingvideos8 жыл бұрын
1) No. It's just for convenience. 2). Absolutely not.
@DonDadullo10 жыл бұрын
Dr Takyar! Thanks for your wonderful toturial! I have one (maybe 2 :) ) small problem. The issue starts when one person possess more than one card (so there are 2 indentical mails), only one reminder is sent. My next question is how to instert the card number into .Body? Thanks!
@Exceltrainingvideos10 жыл бұрын
DonDadullo Can you explain the 'card' part? Thanks.
@alphajuliet44410 жыл бұрын
Dinesh Kumar Takyar Dr. Takyar, Card stands for credit card number. 1-Is this possible to send the credit card number as email subject line so that the recipient should know that for which credit card this email meant for. 2-Is this possible, If we have a worksheet with large amount of data and we want information from more than one cell of same row to be sent over email to the recipient.
@alphajuliet44410 жыл бұрын
Alpha Juliet I would share a scenario. if 50 people are working in my team and i need notification for their insurance expiry to be sent to my email address then can instruct excel and vba to send individual email notification but how would i know that this email stands for Neeraj, Naveen, Alex, Seema etc. Thanks in anticipation.
@adilmohammed808 жыл бұрын
Thanks, It was excellent video and explanation, How can we send separate email to each users with values in that row.
@jamiereed57288 жыл бұрын
Hello, Did you find the solution to this? I am also struggling with the same problem
@erinbaxman61239 жыл бұрын
hello, thank you for the video. I am curious however as to how to loop this action every 24 hours (if I kept the file open) as opposed to having it auto generate when the workbook opens. Thanks
@Exceltrainingvideos9 жыл бұрын
+erin baxman You can use a Timer. This link might help: www.exceltrainingvideos.com/timer-in-excel-using-vba/.
@mattferris588210 жыл бұрын
Love the video, thanks for the information. Is there a way you could do this to send out multiple emails?
@vedsoh4 жыл бұрын
Dear Sir, Can you please make a video like this for doing this exact process for making a meeting invite from VBA instead of a mail?
@Exceltrainingvideos4 жыл бұрын
Will work on this idea.
@upgradetechnicalskills33926 жыл бұрын
Good evening sir I am watching your all KZbin videos which one is too useful for me. For send reminder mail from Excel through out can be any other email. Like I have a two email in the same company one is only for me another one is group email, so I want to use my group email. How to do that.
@balabhaskermunipalli40129 жыл бұрын
Hello Dinesh, Its a very helpful video, but please can you explain how we can include the data of credit card (column 1) and due date (column 2) of a person to whom we are sending the mail, in the form of table with the notification/reminder to an outlook mail. Thanks, Bhasker
@RKumar-np3zj8 жыл бұрын
Sir, It was excellent video, Sir how can we send separate email to each users with values in that row. It is very useful for us. Kindly advice us & provide us programme. I am waiting for your valuable suggestion.
@AshishSingh-sk2ei9 жыл бұрын
Hello Dinesh, thanks for your knowledge sharing sessions. can we send mails through lotusnotes using VBA.. if it is possible how to write its code?
@Exceltrainingvideos9 жыл бұрын
+Ashish Singh Have a look at this link: www.exceltrainingvideos.com/send-email-using-gmail-with-excel-vba/
@jeromecabaluna827810 жыл бұрын
Hi Dinesh I would like to ask do you have a tutorial how to send email reminder from excel file to outlook without using a vba button ....meaning it would send automatically with a certain criteria not using a button.Thanks
@shashikalagangappa47357 жыл бұрын
comment we have typed in excel row & column. This data should go as a body of a texture through outlook. Please help me on this
@nauman9310 жыл бұрын
DInesh your tutorial was very helpful, but I was wondering if there is a way to send the reminders to all the due/expired accounts without clicking on the mail reminder button. In other words, I want excel to automatically trigger an email every time an account is due. Your help would highly be appreciated!
@Exceltrainingvideos10 жыл бұрын
Nauman Khan You can place the code in the workbook_open procedure to do that. Have a look at this link to get an idea: www.exceltrainingvideos.com/how-to-auto-run-vba-project-when-excel-workbook-is-opened/
@imgajjar9 жыл бұрын
Its Impressive. can i get a sample data sheet for the same? Thank in advance.
@shashikalagangappa47357 жыл бұрын
hello sir comment we have typed in excel row & column. This data should go as a body of a texture. Please help me on this
@prabagaranachannan55547 жыл бұрын
i tried the codes but it keep telling me to give a name to send to, when debug keep pointing and .send , could you help me on this ?
@mwphillips26 жыл бұрын
I am having the same issue
@vedsoh5 жыл бұрын
@@mwphillips2 Did you find any solution to it?
@Ksrisoumya8 жыл бұрын
Hello Sir...Great Video. How do I get the Mail reminder button? I am using Excel 2007. Thank you in Advance
@jblayze7 жыл бұрын
hey did you figure this out ?
@katrinafaithbacharo55957 жыл бұрын
I have the same question. how do i get the mail reminder button?
@servingtheservants7 жыл бұрын
Make sure you have added developer mode to the ribbon. After you have it, navigate there and there should be an insert button. Click on that will give you a list of form controls where you can create a mail reminder button
@visak76997 жыл бұрын
Great Video, i have developer ,i find in insert button but no have reminder button, how can get it?
@servingtheservants7 жыл бұрын
There should be a drop-down menu when you click the insert button. One of the control options under "form controls" is "button". Select the button and put it somewhere on your worksheet. This button can be renamed to display any text you like, including "Reminder"
@gabriellechapdelaine36016 жыл бұрын
Thanks for the Tuto, I have a question, is it possible that the Send email reminder work even if excel worsheet is close ? Or do we have to always have excel open ? If yes, how can we force excel to be open every time we open the computer ?
@Exceltrainingvideos6 жыл бұрын
Search www.exceltrainingvideos.com
@ldrz83238 жыл бұрын
I would like to know if there is a way to send in the subject of the email, a reference from the worksheet? For example if I could include an invoice number to the subject of the email or in this case the credit card number in the subject?
@Exceltrainingvideos8 жыл бұрын
+ldrz8323 Use a reference to the relevant cell.
@richee218 жыл бұрын
hi bro how did u get the mail reminder icon when clicking the designer mode? i tried several times not successful. And is it possible instead of outlook send to Gmail?
@jblayze7 жыл бұрын
hey did you figure this out ?
@gautambasu81488 жыл бұрын
very informative. how about to get this formula easily
Hi thanks, I followed all the steps until send reminder. Where can I find mail reminder on excel 2016? I cannot find it.
@Exceltrainingvideos7 жыл бұрын
What are you talking about my dear?
@gptgamer88757 жыл бұрын
Hi sir thanks for support , sir one thing is that i want to know how i set mail body through selection of excel cells range
@Exceltrainingvideos7 жыл бұрын
Your answer is in your question!
@akshaykhot6287 жыл бұрын
SIr, Can you please brief about the code if i want to mention the specific cell values in the body of the mail. Eg. all Credit card numbers in this case shuld appear in the mail body.
@Exceltrainingvideos7 жыл бұрын
You can use the cell addresses.
@sck67506 жыл бұрын
Thanks for this training video; one question : If I would like to write to mail body as " Your credit card no : ........................................... payment is due" ; In that case how can I add the credit card number cell information to " .body = " function?In this sample we are writing only a solid sentence.. but I would like to add some more informations which can be read from excel file also.Thanks for help from now on.
@Exceltrainingvideos6 жыл бұрын
You can refer to a range in the worksheet and use a concatenation (&).
@upgradetechnicalskills33927 жыл бұрын
I create one payment reminder notification in excel and also add mail ID for send mail reminder notification, now I want to know how to remove highlight mark from excel sheet automatically and expired mark also can you suggest me for that.
@RaushanRaj-fo5bn7 жыл бұрын
I have an excel file in which multiple sheets are present. From "Sheet1", I have to look for a character "d" in column "M". If "d" is present in column "M", then I have to copy the row contents (cells A-H) where the character is found to a new sheet "Sheet2" and send the reminder to mail address with the contents of "Sheet2" through Microsoft Outlook
@Exceltrainingvideos7 жыл бұрын
Search www.exceltrainingvideos.com By the way, what code have tried?
@dhiraj010174able10 жыл бұрын
Thanks for your wonderful toturial, cam you also share the code
@Exceltrainingvideos10 жыл бұрын
Dhiraj Kumar Please check this link out for complete VBA code: www.exceltrainingvideos.com/how-to-send-email-reminder-automatically-from-excel-worksheet-using-vba/
@cypherg9 жыл бұрын
Can this send to multiple emails instead of just one (i.e. a group).
@danielongpw6 жыл бұрын
Hi Mr Dinesh, thank you for your excellent video. From you video, may I know how can I add the individual credit card detail into the MS Outlook's Subject field for those with "Send Reminder" remarks? Thank you very much!
@Exceltrainingvideos6 жыл бұрын
This link will help: www.exceltrainingvideos.com/how-to-use-automation-to-send-ms-outlook-mail-using-excel-vba/
@Ezzy_Slays10 жыл бұрын
Hi Dinesh, I am trying to create code that would auto send an email to two separate email address depending on the 2 different options in the a column called "location" the email would then send if the column called eta was todays date, can you assist. Many thanks in advance.
@PCAN4115 жыл бұрын
is there away using Excel too highlight new information automatically in a database that is updated periodically by outside source?
@Exceltrainingvideos5 жыл бұрын
We can use the worksheet 'change' event.
@riffmuthalif694510 жыл бұрын
HI Dinesh, super video. thank you very much. One question I have is, I could not initiate the emails through my Gmail account. could you provide how the code would. Thank you again
@Exceltrainingvideos10 жыл бұрын
Riff Muthalif Have a look at the link:@send-email-using-gmail-with-excel-vba/
@meershadabali75169 жыл бұрын
Dinesh Kumar Takyar Hi Sir, i tried to modify this code a bit its very useful thank you. While i am compiling my code all goes well but an error occurred at line " .Bcc " object variable or with block variable not set. Please help me to get it resolve. Thanks a lot again.
@TheJohnk689 жыл бұрын
does this only work on outlook as I am looking to do this but using Lotus Notes email instead?
@Exceltrainingvideos9 жыл бұрын
+John Kenna This link might provide a solution: www.exceltrainingvideos.com/send-email-using-gmail-with-excel-vba/
@gowthammuthyal77256 жыл бұрын
Sir, I need to know, how to send the reminder message to the mobile numbers automatically based on expiration date
@seemakalantre25536 жыл бұрын
Hi sir, Our company using office365 versions of outlook for mail sending. can we used auto mail sending in office 365 mail version
@amirulfarisabdullah53844 жыл бұрын
Dear Sir, is it possible to add more than one email address for every credit card?
@Exceltrainingvideos4 жыл бұрын
Yes, you can
@cdinesh200710 жыл бұрын
Respected Sir, I did not understand the command button part. When it was created. I request you to explain, Thanks in advance.
@clevenger78778 жыл бұрын
Everything works, but if there is no one to email I am getting a runtime error. how would I go about clearing that up?
@paulbochniak612910 жыл бұрын
Hi, Dinesh, I'm getting a compile error on this line: "for iCounter = 1 to worksheetFunction.CountA(columns15))" Any ideas? I'm using Excel 2003 and have limited VBA knowledge. Thanks,
@angielawrence58749 жыл бұрын
HI I am trying to figure out 2 things. 1 - how to have the Credit card data imputed as part of the email body message. 2 - how to include more than 1 email strain for the same notification.
@krishnakanth12822 жыл бұрын
Hello I want to send remainder in old mail. What we already send last time .for example i was send one mail last week by using automation but i wasn't received reply so I have to send remainder on that same old mail
@ugeshsinghster8 жыл бұрын
Hi Dinesh i wish to know how can I create a email reminder on excel for the Birthday
@Exceltrainingvideos8 жыл бұрын
This link will help: www.exceltrainingvideos.com/tag/send-emails-automatically-via-outlook-using-excel-vba/
@Mushyco8 жыл бұрын
Can you send the email if youre company is using Lotus notes ?
@dunhacoxinha9 жыл бұрын
does this application works in MS Project as well?
@phucnguyen-bs8ki9 жыл бұрын
If I want to include value of column 1. What should I do?
@kewalkishan29828 жыл бұрын
Great Video Mr. Dinesh. Is it possible to send the Email via Excel in Lotus Notes? I hve seen your article of Gmail. Can you share for Lotus Notes also?
@Exceltrainingvideos8 жыл бұрын
I haven't worked with Lotus Notes.
@xaviersons4 жыл бұрын
Dear Sir, Can you kindly help me to make one reminder sending excel sheet for me. Please send me a reply. This is an amazing work.
@Exceltrainingvideos4 жыл бұрын
This is what you learned just now. For more help in Excel VBA on this topic you can search my channel using the keyword 'reminder' or 'send reminder'.
@ilishh278410 жыл бұрын
Dr I have tried look for Notification using Vba utube link. Have you removed it? I'm baffled on how you made that button :/
@munei20325 жыл бұрын
Hi, i was trying to run the program. A RUN TIME ERROR Appears it always highlight the .send portion can you help with this. Thank you in advance😅
@vedsoh5 жыл бұрын
I have the same problem. Did you find any solution Monalie?
@Exceltrainingvideos5 жыл бұрын
Share your code right here.
@vedsoh5 жыл бұрын
Mr. @@Exceltrainingvideos after trying out a few times I got it right. Thankyou. But if you could please make a follow-up video on automating this whole process without even opening the excel sheet, it would be of tremendous value to lots of people.
@andrewdiv6998 жыл бұрын
Hi DineshWhen the button is clicked a runtime error pops up: "Outlook does not recognize one or more names". I have ensured that my Outlook references are correct in the VBA window but still no luck. Also, the email address is in the Outlook address book. ANy help would be greatly appreciated.
@andrewdiv6998 жыл бұрын
For the people wondering about the "Outlook does not recognize one or more names" error, make sure that your column heading is not the same word as your trigger word, for example trigger word to send the email was "Reminder" and my column heading was also "Reminder" as soon as i changed my column heading the error went away
@utpalforu1235 жыл бұрын
I have the same question. Do i need to open excellsheet to send automatic reminder? is there a way if i dont open excellsheet and if the due dates comes it send reminder automatically?
@Exceltrainingvideos5 жыл бұрын
This link will help: www.exceltrainingvideos.com/run-macro-automatically-without-opening-excel-file/ Or search www.exceltrainingvideos.com
@alnaseri36227 жыл бұрын
For those who have an issue with RUN TIME ERROR -424: OBJECT REQUIRED, if you copy the code from the website, you need to replace all quotation marks. mean delete them and put them back by using your keyboard, then you will see they look different.
@Exceltrainingvideos7 жыл бұрын
Good. You can use 'edit' and replace carefully.
@upgradetechnicalskills33927 жыл бұрын
I make it reminder and send maill also, onec i got the payment how to remove highlight mark from excle autometecally
@arunrana200410 жыл бұрын
Dear Sir, Thanks for nice tutorials on VBA. Can U pls help me to send email reminder through Lotus Notes.
@Exceltrainingvideos10 жыл бұрын
Have a look at this link: @view/698365-email-lotus-notes-spreadsheet-with-vba-.html
@arunrana200410 жыл бұрын
Dinesh Kumar Takyar Dear Sir, Thanks for instant reply. Can you pls paste the link, since i am not able to get thro' below mention- @view/698365-email-lotus-notes-spreadsheet-with-vba-.html
@katherinamavraganis16077 жыл бұрын
I use a Mac and I have 2016 excel. Under developer tab there is not a design mode. Is there any other way I can do it?
@Exceltrainingvideos7 жыл бұрын
This link will help: www.rondebruin.nl/mac/setupmacoffice2016.htm
@katherinamavraganis16077 жыл бұрын
THANK YOU
@QuayRealEstate8 жыл бұрын
Hi, Is there the source code or the original excel sheet on this tutorial available somewhere for download?
Sir I have project of making a reminder through email(outlook) for list of tools for calibration along with numbers having a particular date for calibration so how to do coding in order to send email notification on that day itself ..please help me as early as possible
@pamguidash88349 жыл бұрын
How did you get the mail reminder button on your spreadsheet to send the email?
@doljinsurend48709 жыл бұрын
Pam Guidash Developer+Insert (Command button)and Design mode+ and put the codes you wrote in the command button sheet in visual basic.
@abulina7910 жыл бұрын
Hi Dinesh. I tried i in excel 2013 and it doesnt recognise the .bcc etc....
@erinwest44348 жыл бұрын
I can't get this to email any address in column 4. I had set the mail destination to my outlook email. There was an error saying "I need to know at least person to send this to" when MailDest="" like you did in the video. Is there something I'm doing wrong?
@jacopperuz39548 жыл бұрын
got the same problem here....
@kyadanikunj49569 жыл бұрын
how can upload excel file daily on email automatically?
@chandrakantaudhutwar8 жыл бұрын
Hello, im getting error "Runtime error 438 object doesn't support this properSet OutLookMailItem = OutLookApp.CreateIteam(0)ty or method" on line
@93ddm2429 жыл бұрын
Dear Dr. Dinesh, thank you for such details video posts. On this subject, however, I am facing error message saying "Run-time error '-2147467259 (80004005)': Please specify atleast one sender.
@Battle_deffender8 жыл бұрын
+Sami ur.Rahman : Hi, I am receiving same error. How did you resolve it?
@93ddm2428 жыл бұрын
I never got reply from Dinesh. Hence never did. Had a deadline on some task so I switched to something else.
@sajikumarj11810 жыл бұрын
Hi sir.... I am having two excel sheets in (My D:\ drive) and the first excel sheets contains some 15 spread sheets like(Sheet1 as 12345 and Sheet2 as 56897 etc)...and my second excel contains the account numbers in a single sheet (first column)... #1 has multiple sheets with information on them separated by tabs and the each tabs contains different account numbers. And #1 each tabs contains the information about 0-30 xdays(each account) balance and 30-90 days balance ets.... #2 has a list of account numbers which is available in #1. the requirement is need to copy account number in #2.and find the same in #1.then need to identify the particular text "0-30 days balance" copy the "Payable receivable cell value and copy the same in #2. please help me on this
@mohankulal2489 жыл бұрын
What if my MS outlook is not active? How can I go ahead sir?
@priyajitkaur33459 жыл бұрын
What if instead of date i want to have a number instead? how do i change the code? why doesnt my voice application work? how to link outlook to excel.
@Exceltrainingvideos9 жыл бұрын
priyajit kaur Do a search on my channel to find the relevant videos or go to www.exceltrainingvideos.com
@yerramillivaraprasad98299 жыл бұрын
hello sir how to contact you. I want to send remainder mail automatically to particular persons when something is enter in particular column. If suppose I have A,B,C,D columns so if something is entered in column D(ex: In D1,D2......) it should automatically trigger a mail to specific mail ids. How to do this please help me
@7aginv6 жыл бұрын
I set up my due date to display only if a payment isnt received but the code will send an email to the receipent whose paid already ... Anyways around this ?
@Exceltrainingvideos6 жыл бұрын
A macro cannot think. It only executes what you tell it to do!
@7aginv6 жыл бұрын
@@Exceltrainingvideos i was able to get it to work by adjusting the due date interval, im trying to addd a signature and have it auto run is that possible?
@NaveedAkhtar4u6 жыл бұрын
i have a record on sheet1 and i want to copy this record to sheet 2 with match the student record and find the April fee and paste the April cell of April and find the may fee and paste the may cell accordinglly
@Exceltrainingvideos6 жыл бұрын
View the following link with sample file for practice:www.exceltrainingvideos.com/transfer-specific-excel-worksheet-data-range-from-one-worksheet-to-another/ You can also watch the video on my channel: kzbin.info/www/bejne/d6vLgmiBnrOsmM0
@deepaksarkar18 жыл бұрын
Sir, few problems I identified: 1. After the VBA code is run, as mentioned the cell color gets changed to red for those cells which are overdue/nearing overdue date. However, once i revise the dates (i.e. move it ahead so that they are no longer overdue/nearing overdue) the cell color still stays same (Red). it should ideally change back to white/no fill. 2. Conditional formatting - the text "Send Reminder" even appears if the Due date cell is empty. How to fix that? Please help
@Exceltrainingvideos8 жыл бұрын
+deepaksarkar1 Check these links: www.exceltrainingvideos.com/how-to-create-notifications-in-excel-with-vba-revisited/ or kzbin.info/www/bejne/pHnUm4yNqstngNE
@deepaksarkar18 жыл бұрын
Many thanks Sir
@santoshlepak16846 жыл бұрын
HI, i am watching your videos from long time but however i need a help, i need to develop a excel/ VBA like we have a data which contains email id and birthday and work anniversy dates when ever we click on run it should automatically collect today birthday and anniversy people and send an automated email to them can any one help me
@Exceltrainingvideos6 жыл бұрын
This link will help. You don't need to record the macro: www.exceltrainingvideos.com/tag/how-to-send-pesonalized-emails-automatically-using-excel-data-in-ms-word/
@srikanthp5033 жыл бұрын
sir how to deselect today and yesterday date in filter pls help
@Exceltrainingvideos3 жыл бұрын
Good question. Will work on it. In the meantime this link will provide some help: www.exceltrainingvideos.com/tag/copy-data-to-another-sheet-based-on-dates-with-vba/ If you search my website, you'll find more solutions on using dates in Excel VBA.
@AayatAS8 жыл бұрын
Hi Dinesh, Thank you for sharing this. I'm getting run-time error'-2147467259(80004005)': We need to know who to send this to. Make sure you enter at least one name. Could you please help me in this.
@Exceltrainingvideos8 жыл бұрын
These links should help: www.exceltrainingvideos.com/how-to-send-email-reminder-automatically-from-excel-worksheet-using-vba/ www.exceltrainingvideos.com/how-to-use-automation-to-send-ms-outlook-mail-using-excel-vba/ Or do a search at: www.exceltrainingvideos.com