try this



On Fri, Aug 5, 2011 at 1:02 PM, Shiek Peer Mohd <shiekp...@gmail.com> wrote:
> Hi Noorain,
>
> Can u please provide Formula for macro to consolidate multiple columns in to
> one cell as per the attached file.
>
> Regards
>
> Shiek
>
> On Thu, Aug 4, 2011 at 11:52 PM, NOORAIN ANSARI <noorain.ans...@gmail.com>
> wrote:
>>
>> Dear Raghavendra,
>>
>> Please use below code and see attached sheet...........
>>
>>
>> Sub consolidate()
>> Dim i, j As Integer
>> j = Sheet1.Range("B1000").End(xlUp).Row
>> For i = 2 To j
>> If i = 2 Then
>> Sheet1.Range("D4").Value = Sheet1.Range("D4").Value & Sheet1.Range("B" &
>> i).Value
>> Else
>> Sheet1.Range("D4").Value = Sheet1.Range("D4").Value & "," &
>> Sheet1.Range("B" & i).Value
>> End If
>> Next
>> End Sub
>>
>>
>> On Thu, Aug 4, 2011 at 11:25 PM, Raghavendra <raghavendra....@gmail.com>
>> wrote:
>>>
>>> Hi,
>>>
>>>
>>>
>>>
>>>
>>> Can anyone advise me on VBA code to perform the task as mentioned in the
>>> attachment?
>>>
>>>
>>>
>>> Regards,
>>>
>>> Raghavendra
>>>
>>> --
>>>
>>> ----------------------------------------------------------------------------------
>>> Some important links for excel users:
>>> 1. Follow us on TWITTER for tips tricks and links :
>>> http://twitter.com/exceldailytip
>>> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
>>> 3. Excel tutorials at http://www.excel-macros.blogspot.com
>>> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
>>> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>>>
>>> To post to this group, send email to excel-macros@googlegroups.com
>>>
>>> <><><><><><><><><><><><><><><><><><><><><><>
>>> Like our page on facebook , Just follow below link
>>> http://www.facebook.com/discussexcel
>>
>>
>>
>> --
>> Thanks & regards,
>> Noorain Ansari
>> http://noorain-ansari.blogspot.com/
>>
>> --
>>
>> ----------------------------------------------------------------------------------
>> Some important links for excel users:
>> 1. Follow us on TWITTER for tips tricks and links :
>> http://twitter.com/exceldailytip
>> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
>> 3. Excel tutorials at http://www.excel-macros.blogspot.com
>> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
>> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>>
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> <><><><><><><><><><><><><><><><><><><><><><>
>> Like our page on facebook , Just follow below link
>> http://www.facebook.com/discussexcel
>
>
>
> --
> Regards,
>
> Shiek
>
> --
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>



-- 
.........................

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Attachment: Copy of Consolidate Multiple column data in the cell-1.xlsm
Description: Binary data

Reply via email to