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

2009-01-13 Thread Maddy
If you are aware of basics of VBA coding, please visit the below site: http://www.rondebruin.nl/sendmail.htm Definitely, you will be getting more than what you want... ;) Maddy... On Jan 5, 10:13 am, "shay shay" wrote: > Hello All, > >              I have an excel sheet and it contains 80

$$Excel-Macros$$ Help with solver

2009-01-13 Thread nikos_pap
Goodmorning, Could you please help me with the following? I have the following data Development Year Accident Year012 3 4 200423,2 10,6 3,51,60,2 2005 25,8 11,5 5,62,7 2006 22,1 8,2 0,4 2007 35,

$$Excel-Macros$$ Re: Hide Formula or data in column

2009-01-13 Thread Maddy
You can apply the background color of the cell (white in general) to the font color and check the hide option from Format > Cells > Protection tab. Now, if you protect the sheet, no one can see those data... Will this work for you? Maddy... On Jan 6, 1:38 pm, "Keyur Shah" wrote: > thanks for

$$Excel-Macros$$ Re: Text Formatting for mailling text

2009-01-13 Thread OfficeVba Trainer
Hi You can pass the body of the content as html like HiThis is the body content of this mail. Try this, regards Mugundan OfficeVBATrainer http://officevbatrainer.blog.co.in/ From: "sukhdeep.sabhar...@gmail.com" To: MS EXCEL AND VBA MACROS Sent: Monday, Janu

$$Excel-Macros$$ getting intermediate values for excel cell formula

2009-01-13 Thread jaimin jani
I would like to have function that can give intermediate value of cell formula, and not the actual formula I got one such function named gfrv() at below given link http://groups.google.com/group/microsoft.public.excel.misc/browse_thr... but it does not work for ranges and some other functions l