Re: $$Excel-Macros$$ Merge Cell value in single cell

2009-12-27 Thread kvc praveen kumar
You are welcome Mahesh!! On Sun, Dec 27, 2009 at 8:33 PM, mahesh parab wrote: > Hi Alokeshwar > > Thank you so much for your help, Can you explain if condition if you can ! > it will enhance my knowledge > > > > Hi Praveen > > Again, Thank you so much for your help & better explanation of your c

Re: $$Excel-Macros$$ Merge Cell value in single cell

2009-12-27 Thread mahesh parab
Hi Alokeshwar Thank you so much for your help, Can you explain if condition if you can ! it will enhance my knowledge Hi Praveen Again, Thank you so much for your help & better explanation of your code. On Sun, Dec 27, 2009 at 6:37 PM, kvc praveen kumar wrote: > Hi, > > You can try the foll

Re: $$Excel-Macros$$ Merge Cell value in single cell

2009-12-27 Thread kvc praveen kumar
Hi, You can try the following code: I wrote two macros: Mergecontents and move contents. Mergecontents will merge teh contents into the d column of your last row of the email pattern movecontents can be used to move the result to the first row of your email pattern Execute the mergecontents firs

$$Excel-Macros$$ Merge Cell value in single cell

2009-12-27 Thread mahesh parab
Dear All I need help in attach sheet,if value in column B is same then, it merge cell of A column, in one cell, till column B contain same value. i go through net but didnt get any such formula or vb code. I will appreciate any help on this. i am trying to modify below mention code as per my