gmail

  1. P

    Cab code to send email from gmail to multiple users based on date

    I have a workbook that has dates in column G and different peoples email addresses in column H. Is there a way to send a prepolulated message say “Your information is ready to review” to the email address in the same row. I want to only send to anyone with a date of today. Is this even...
  2. L

    Gmail Date Conversion

    Hello, this should be an easy one for you guys. Gmail is exporting timestamps to a googlesheet with the default Gmail format of: "March 16, 2018 at 11:41PM" Could someone please help me to convert this in an adjacent cell to just the time in military time? For example: "March 16, 2018 at...
  3. J

    VBA Send Keys to attach file in Gmail

    Hi, I have the code below triggered in an excel workbook to open gmail, attach a file and send it to the specified address. When I run the code; the attaching of the file doesn't work. It finds the correct file but wont click "Open" to attach it. <johnpowell@effectphotonics.nl>Sub...
  4. A

    Send email with rows based on a column value (Through CDO_Mail...)

    Hey guys, I have been hitting my head with it, but being completely ignorant about VBA, it's become almost impossible for me to solve it on my own. I have an inventory and the column O has a status showing which have reached their minimum qty. So I would need the automation to send an email...
  5. R

    Using mid Left right

    How will I extract the domain name(like gmail) from the email address which contains several dot. For example: shanti.du.bd@gmail.com. I do want to extract "gmail". how can I do that? Is there any easy way please? ?
  6. M

    sending gmail via excel vba

    Hi all, Just following up on an earlier post with a different question. I have managed to get excel to send an e-mail via gmail thanks to some great advice from Redbeard. I think a new post may now be more appropriate. My other questions associated with this process are: 1. Is it possible to...
  7. J

    Excel VBA to email active Workbook via Hotmail or GMail

    Hi all, This one has been driving me crazy for days now. Finally time to admit defeat and 'Phone a Friend' Firstly a bit of background... I am the League Administrator for a regional Sports League and I'm looking to replace their, (currently paper based), 'Match Card' system with an online...
  8. K

    Download attached files from Gmail by VBA (Excel 2016)

    My company is currently using GMAIL, I do not have access to Outlook. I currently have VBA code the generates Gmail emails. I was hoping that I may be able to modify this in some way so that I can grab email attachments from a specific email. I get several gmail emails with attachments that...
  9. andrewb90

    Avoiding errors when using CDO

    Hello All, I am using CDO to email employees schedules to them, and everything works great, until someone accidentally types in an incomplete email address. The red section is where the error pops up. Basically I know with other VBA I can an onError then just have it exit sub, however, I need...
  10. RyanTG

    Drag & Drop Calendar like Gmail?

    Is it possible to create a calendar in excel like gmail where you can drag and drop events to different days?
  11. Padawan018

    Excel VBA - Sending an email using smtp.gmail.com

    I have a code that is supposed to send an email using Gmail but it fails at the .Send line in the code with the error: "The Transport failed to connect to the server." I have looked up other post online and tried changing from server port 25 and 465 but with the same results. Here is the...
  12. N

    email from Excel after workbook is saved using Gmail

    I'm trying to have an email auto generate after a workbook is saved. I don't want to send the workbook in the email, just an email notification to a list of people to say that the spreadsheet has a new entry so they actually have to open it and respond (if I could put a link to the location of...
  13. V

    read receipt gmail - using VBA (with Gmail)

    Hi, I'm sending emails to my client with gmail-VBA and I'd like to add a read receipt to the code. Do anybody knows how to do this? Thank you
  14. V

    GMAIL SMTP VBA // Put ''Excel cells-text'' in HTML body

    Hi everyone, As I said in the title, I'm able today to send email with GMAIL to customers using VBA. I'm trying to figure out how to put some, for exemple: Range("C4").Text inside my HTML body. What I want to do is: MAIL.HTMLBody = Company ABC "Hi Mr. Range("C4").Text , " & _ "How...
  15. H

    Import data from email

    I would like to import data in an email on gmail to a spreadsheet in excel. what would be the easiest way to do this? any help would be greatly appreciated.
  16. V

    MAIL.AddAttachment (Sheets("MAIL").Range("N17").Text) <---- Why is it not working?

    Hi everyone, Just trying to send an email (gmail) using VBA CDO in excel and my problem is in the title. I want my mail attachment to be selected in a specific cell (that is doing a Vlookup on a customer name) in one of my sheets: MAIL.AddAttachment (Sheets("MAIL").Range("N17").Text) Thanks...
  17. V

    GMAIL Excel VBA (add.attachment & Images)

    Hi everyone! (first post here) I'm actually trying to send an email (using gmail) from Excel with VBA. Everything works just fine except two things. First: There is an image that I want to appear on the left top of the mail. (business logo). You'll see in the code that I'm using HTML.body...
  18. K

    Gmail incl too many files as attachment

    Hi guys I've created an excel macro that basically sends an email with an attachment included. I'm using gmail as mailsystem. Basically everything works fine, except for that fact that my attachment from first email generated will be included in my second email generated, both attachments from...
  19. C

    Email Excel or PDF file automatically once per day without user control

    So, I've created a (fancy) to-do list that I edit in Excel a couple of times a week. I know how to convert that file to PDF using VBA, if required. My question: I want to have the Excel file (or PDF, I prefer the PDF), emailed to me once per day (let's say 5am), automatically without me ever...
  20. F

    Importing Gmail inbox into EXCEL

    G'day, I see lots of vba macros to send a Gmail via EXCEL vba .. however..... I would like to figure a way to READ from GMail inbox into an EXCEL file .... Reasoning: We use Gmail to handle our customer inquires and we wish to know how many emails come in, from whom, ,Label, the subject...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top