$$Excel-Macros$$ Re: , is to .csv as ____ is to .xls

2008-12-22 Thread girishkr...@gmail.com
I have sent u an xex file so that it can solve your half the problem of converting an csv to xls can be done. as i was unable to upload a .exe file i hav sent u as mail to ur mail id (yoni.hir...@gmail.com). Regards Girish K Rao --~--~-~--~~~---~--~~ Visit the b

$$Excel-Macros$$ Re: Auto Mail Micro

2008-12-23 Thread girishkr...@gmail.com
Hi Harish, I have done a macro hat can send mail using outlook this may be useful for you. http://groups.google.com/group/excel-macros/web/mail.xls?hl=en Regards Girish K Rao --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at http://www.excel-m

$$Excel-Macros$$ Re: Userform and xlup function

2008-12-23 Thread girishkr...@gmail.com
HI phillip, This code would be useful to complete up your task. textbox20.Value = Sheets("Sheet17").Range("B9").Value & Sheets ("Sheet17").Cells(Sheets("Sheet17").Range("K65535").End(xlUp).Row, "K").Value textbox21.Value = Sheets("Sheet17").Range("A9").Value & Sheets ("Sheet17").Cells(Sheets("S

$$Excel-Macros$$ Re: Macro in VBA which open word files and close them

2008-12-23 Thread girishkr...@gmail.com
Hope so this might solve your half the problem. This function may be used for opening a list of files in a given folder and then open each of the file and close the file. This can be directly used in word VBA itself. But before running this procedure add reference as "Microsoft Running script".

$$Excel-Macros$$ Re: Help required

2008-12-29 Thread girishkr...@gmail.com
pdfedit995 this would help u basically i am using same converter to convert file and sending an email. On Dec 27, 6:38 pm, "Mahreen Ellahi" wrote: > Can u tell me anyother freeware which helps convert pdf into word, excel and > jpg files? > > On Sat, Dec 27, 2008 at 11:29 AM, Ajit Navre wro

$$Excel-Macros$$ Re: Mail merge activity from excel to Outlook!!! URGENT!!!!!

2009-01-05 Thread girishkr...@gmail.com
This module can help u out in sending email by outlook, I have considered data is been in "sheet1" and email id in Col"A" subject in "col C" add body of the email as u want in space provided. This will send all the emails through your current profile itself, whichever would be activated in your ou

$$Excel-Macros$$ Re: Mail merge activity from excel to Outlook!!! URGENT!!!!!

2009-01-06 Thread girishkr...@gmail.com
m, "shay shay" wrote: > Girish, > >          I am facing an error as User- defined type not defined for all > Dims. > > Regards, > Shay > > On Mon, Jan 5, 2009 at 5:42 PM, girishkr...@gmail.com > > > > wrote: > > > This module can help u