Re: $$Excel-Macros$$ Excel Reminder

2009-11-16 Thread Dilip Pandey
Dear Mahesh, One option could be to put the Excel File / Or its shortcut in Startup Folder of Windows at your login. Now, whenever system boots up / logged in, the Excel File automatically opens up and you can see the tasks due for that day only. Best Regards, -- DILIP KUMAR PANDEY MBA-HR,B C

Re: $$Excel-Macros$$ Excel Reminder

2009-11-16 Thread Mahesh
Hi All, It is possible that whenever i open my system, this excel open automatically and show all the things to do. Rgds, Mahender Bisht On Sat, Nov 14, 2009 at 6:53 PM, Dilip Pandey wrote: > Hi Punit, > > Used Excel VBA coding in order to solve the task and attached herewith. > > Best Regards

Re: $$Excel-Macros$$ Excel Reminder

2009-11-14 Thread Dilip Pandey
Hi Punit, Used Excel VBA coding in order to solve the task and attached herewith. Best Regards, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On 11/13/09, punit poddar wrote: > > Hi Guys > > I needs your he

Re: $$Excel-Macros$$ excel reminder

2009-11-13 Thread Paul Schreiner
quot;mm-dd-") & Chr(13) & Chr(13) & "NOTHING planned for today!"     Else     MsgBox msg     End If End Sub The Auto_Open sub runs when the workbook is opened. if you need help putting this into a macro module, let us know. Paul

$$Excel-Macros$$ excel reminder

2009-11-13 Thread punit poddar
Hi Guys I needs your help, actually I have an excel file that basically contains date and the things to do on that date. e.g. 10/nov/09 - attend marriage 11/nov/09 - visit client 10/nov/09 - test and so on, now I want that whatever the to dos are there in the excel file to be done today (it may

$$Excel-Macros$$ Excel Reminder

2009-11-13 Thread punit poddar
Hi Guys I needs your help, actually I have an excel file that basically contains date and the things to do on that date. e.g. 10/nov/09 - attend marriage 11/nov/09 - visit client 10/nov/09 - test and so on, now I want that whatever the to dos are there in the excel file to be done today (it may