Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-10 Thread Vaibhav Joshi
When you enable POP/IMAP it looks like this: [image: Inline image 1] On Mon, Mar 9, 2015 at 5:49 PM, Ashish Bhalara wrote: > Thanks Mr.Vaibhav to reply. I realize that when I enable Forwarding and > POP/IMAP >

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-09 Thread Ashish Bhalara
Thanks Mr.Vaibhav to reply. I realize that when I enable Forwarding and POP/IMAP in Gmail and save changes, the option bu

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-09 Thread Vaibhav Joshi
Hi The script which you gave is using CDO for that you need to have SMTP services running on your machine through which you are running macro...check whether smtp servies is running or not? for setting gmail on outlook, first goto Forwarding and POP/IMAP

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-07 Thread Ashish Bhalara
I checked it, that's not a problem, data browsing and downloading is doing smoothly. On Sun, Mar 8, 2015 at 8:48 AM, Ashish Kumar wrote: > I think your internet connection is slow. > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It's > =TIME(2,DO:IT,N:OW) ! Join o

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-07 Thread Ashish Kumar
I think your internet connection is slow. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-07 Thread Ashish Bhalara
Hi.Mr.Ashish Kumar, I tried of changing port number, incoming server popup and also enable smtp/imap service in google account, but still receive error of connection failure. Regards. Ashish Bhalara 9624111822 P*Please do not print this email unless it is absolutely necessary. Spread environmental

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-07 Thread Ashish Kumar
Hi, change port no. to 465 also you need to enable smpt / imap services for your Google account and, incoming server pop up - 995 Reply back if you facing problem. Regards Ashish -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-07 Thread Ashish Bhalara
Hi Mr.Vaibhav, I tried both as you suggest, but error is still not solve. I also tried to setup ms outlook for gmail, but error receive of unencrypted connection. I follow all the setting as mentioned in website. Kindly solve my query by either send using gmail or add connection of gmail in outlook

Re: $$Excel-Macros$$ Mail from excel using gmail

2015-03-07 Thread Vaibhav Joshi
Hi change port no. to 465 also you need to enable smpt / imap services for your Google account Cheers On Mar 7, 2015 5:48 PM, "Ashish Bhalara" wrote: > Dear experts, > > I want mail from excel using gmail ID. I want to mail from data sheet by > filtering data of mail receivers. I find the code