Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-05 Thread Darwin Chan
http://www.teachexcel.com/excel-help/excel-how-to.php?i=447580#3 2012/6/5 Darwin Chan > Dear, > > I am not an expert, but see if the below page can give you some idea. > > Darwin > > 2012/6/5 Puttu * > >> Experts, >> >> Can you have look on my requirements and provide the solution. >> >> On Mo

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-05 Thread Darwin Chan
Dear, I am not an expert, but see if the below page can give you some idea. Darwin 2012/6/5 Puttu * > Experts, > > Can you have look on my requirements and provide the solution. > > On Mon, Jun 4, 2012 at 12:19 AM, Puttu * wrote: > >> Hi Excel Experts, >> >> Need a help on the macro for autom

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-05 Thread Puttu *
Experts, Can you have look on my requirements and provide the solution. On Mon, Jun 4, 2012 at 12:19 AM, Puttu * wrote: > Hi Excel Experts, > > Need a help on the macro for automated email reminders. below is the > requirements. Attached is sheet for your reference > > > Need a macro based on

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Puttu *
Can some one looking into details and provide me help. On Mon, Jun 4, 2012 at 12:19 AM, Puttu * wrote: > Hi Excel Experts, > > Need a help on the macro for automated email reminders. below is the > requirements. Attached is sheet for your reference > > > Need a macro based on the given date and

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Puttu *
Hi Jeetendra, Appreciate your efforts putting here, but my requirements are little different, which will not serve the purpose from your macro. Thanks for your help On Mon, Jun 4, 2012 at 5:06 PM, Jitendra singh wrote: > > > Option Explicit > > > > Function RangetoHTML(rng As Range) > > ' Chang

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Puttu *
Hi Rajan, The date will most of the time current or future date. On Mon, Jun 4, 2012 at 6:11 PM, Rajan_Verma wrote: > When you want to send the mail? > > I mean when you will the date ? > > ** ** > > * * > > *Regards* > > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > ** ** > > *From

RE: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Rajan_Verma
When you want to send the mail? I mean when you will the date ? Regards Rajan verma +91 7838100659 [IM-Gtalk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Puttu * Sent: 04 June 2012 12:19 To: MS EXCEL AND VBA MACROS Subject: $$Excel-Macros$$

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Jitendra singh
Option Explicit Function RangetoHTML(rng As Range) ' Changed by Ron de Bruin 28-Oct-2006 ' Working in Office 2000-2010 Dim fso As Object Dim ts As Object Dim TempFile As String Dim TempWB As Workbook TempFile = Environ$("temp") & "\" & Format(Now, "dd-mm-yy h-mm-ss")

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Puttu *
Experts, Could you please please help on the below request. On Mon, Jun 4, 2012 at 2:00 PM, Puttu * wrote: > below is the required details for your reference once again. > > Sr. No. Task (Subject Name) First Reminder Date & Time Second > Reminder Date & Time Final Reminder Date & Time Sta

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Puttu *
below is the required details for your reference once again. Sr. No. Task (Subject Name) First Reminder Date & Time Second Reminder Date & Time Final Reminder Date & Time Status Email Group 1 Status Mail 6/4/12 17:00 6/5/12 20:00 6/6/12 22:00 Inprogress puttu...@gmail.com puttu_...@yahoo.co.

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Puttu *
Hello Experts, Any update on the below macro? Your help is much appreciated. Thanks On Mon, Jun 4, 2012 at 12:19 AM, Puttu * wrote: > Hi Excel Experts, > > Need a help on the macro for automated email reminders. below is the > requirements. Attached is sheet for your reference > > > Need a mac