Rajan,

100% agreed, formulae of all Ms Excel can't be compare to the versality of
VBA. My solution is just one more way and yes it will take more time or
whatever it is. Moreover to give one more easy way it is answered. Know the
end user who posted the query has alternate one which ever he/she feels
like will achieve the objective as per his requirement/convenance.

I hope know you know it very well right ?




On Mon, Jun 11, 2012 at 4:08 PM, Rajan_Verma <rajanverma1...@gmail.com>wrote:

> I would also like to know , how will you concatenate 1000 strings without
> VBA.****
>
> ** **
>
> * *
>
> *Regards*
>
> *Rajan verma*
>
> *+91 7838100659 [IM-Gtalk]*
>
> ** **
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *Ahmed Honest
> *Sent:* 11 June 2012 6:26
>
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Concatenate Problem.****
>
> ** **
>
> Hi Deba,****
>
>  ****
>
> the same can be achieved without VBA let me know if you wish to have that.
> Just send me your file. I will send you the solution.****
>
>  ****
>
>
>
>  ****
>
> On Mon, Jun 11, 2012 at 3:54 PM, Deba Ranjan <drdeva...@gmail.com> wrote:*
> ***
>
> Thanks..............
> ****
>
>  ****
>
> Thanks & Regards,
> *Deba Ranjan P*****
>
> ** **
>
>
>
> ****
>
> On Mon, Jun 11, 2012 at 6:22 PM, Rajan_Verma <rajanverma1...@gmail.com>
> wrote:****
>
> The sorter one: No Loops Required ****
>
>  ****
>
> *If your data is Vertical then use this*****
>
>  ****
>
> Function ConcatAll(rngRange As Range) As String****
>
>     ConcatAll = *Join*(Application.Transpose(rngRange), ",")****
>
> End Function****
>
>  ****
>
> If your Data is horizontal then use this ****
>
>  ****
>
>  ****
>
> Function ConcatAll(rngRange As Range) As String****
>
>     ConcatAll = *Join*(Application.Transpose(Application.Transpose(rngRange)),
> ",")****
>
> End Function****
>
> * *****
>
> *Regards*****
>
> *Rajan verma*****
>
> *+91 7838100659 [IM-Gtalk]*****
>
>  ****
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *Deba Ranjan
> *Sent:* 11 June 2012 5:55
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Concatenate Problem.****
>
>  ****
>
> Thanks .........very
> ****
>
>  ****
>
> Thanks & Regards,
> *Deba Ranjan P*****
>
>  ****
>
> ** **
>
> On Mon, Jun 11, 2012 at 5:51 PM, NOORAIN ANSARI <noorain.ans...@gmail.com>
> wrote:****
>
> See attached sheet.****
>
>  ****
>
> On Mon, Jun 11, 2012 at 5:51 PM, NOORAIN ANSARI <noorain.ans...@gmail.com>
> wrote:****
>
> Dear Deba,
>
> Please try below UDF, See attached sheet..
>
> *Function Concatenate_Deba(rng As Range)
> Dim cell As Range
> Dim str As String
> For Each cell In rng
> str = str & cell & ","
> Next cell
> str = VBA.Right(str, Len(str) - 1)
> Concatenate_Deba = str
> End Function
> *
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com****
>
> www.excelmacroworld.blogspot.com****
>
>  ****
>
> On Mon, Jun 11, 2012 at 5:35 PM, Deba Ranjan <drdeva...@gmail.com> wrote:*
> ***
>
> Dear experts,
>             Please find the attached file. There is 568 names listed in
> A2, I want the whole names should come in one single cell with comma.
> Please..........
>
>
>
> ****
>
>  ****
>
> Thanks & Regards,
> *Deba Ranjan P*****
>
>  ****
>
>  ****
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com****
>
>
>
>  ****
>
>  ****
>
>  ****
>
>
>
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com****
>
> www.excelmacroworld.blogspot.com****
>
>  ****
>
>  ****
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com****
>
>  ****
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com****
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com****
>
> ** **
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com****
>
>
>
>
> -- ****
>
> Ahmed Bawazir****
>
> *احمد باوزير*****
>
> ** **
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com****
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Ahmed Bawazir
*احمد باوزير*

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Reply via email to