Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-26 Thread rao
ds* > > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > ** ** > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *rao > *Sent:* 26 May 2012 2:44 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ 2 Va

RE: $$Excel-Macros$$ 2 Values in the same cell

2012-05-26 Thread Rajan_Verma
[mailto:excel-macros@googlegroups.com] On Behalf Of rao Sent: 26 May 2012 1:46 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ 2 Values in the same cell Thanks Rajan, I am seeing a runtime error while selecting the range for the "rngOutput"..Could you please advice

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-26 Thread rao
t;> *+91 7838100659 [IM-Gtalk]* >> >> ** ** >> >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *rao >> *Sent:* 26 May 2012 1:46 >> >> *To:* excel-macros@googlegroups.com >> *Subject:* Re:

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-26 Thread rao
cros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *rao > *Sent:* 26 May 2012 1:46 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ 2 Values in the same cell > > ** ** > > Thanks Rajan, > I am seeing a runtime error

RE: $$Excel-Macros$$ 2 Values in the same cell

2012-05-26 Thread Rajan_Verma
Only select one cell For Output Regards Rajan verma +91 7838100659 [IM-Gtalk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of rao Sent: 26 May 2012 1:46 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ 2 Values in the same cell

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-26 Thread rao
* > > *End* > > *End If* > > *Next* > > * * > > *End Sub* > > * * > > * * > > *Regards* > > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > ** ** > > *From:* excel-macros@googlegroups.com [mailto: > e

RE: $$Excel-Macros$$ 2 Values in the same cell

2012-05-16 Thread Rajan_Verma
groups.com [mailto:excel-macros@googlegroups.com] On Behalf Of David Grugeon Sent: 16 May 2012 11:59 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ 2 Values in the same cell The answer is "No" AFAICS However you could use two columns (one formatted left top and

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-16 Thread dguillett1
or, replace the values with formulas =d1&”“&e1. See attached Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: Maries Sent: Wednesday, May 16, 2012 6:04 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ 2 Values in the s

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-16 Thread Maries
Hi, PFA... * * * MARIES* Excel Inspiration -- 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 n

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-15 Thread David Grugeon
The answer is "No" AFAICS However you could use two columns (one formatted left top and one right bottom). Put borders around the two but no border between them. If you want the gridlines to disappear you can give both cells a fill colour of white. Regards David Grugeon On 16 May 2012 05:44, j

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-15 Thread joseph camill
On Wed, May 16, 2012 at 1:08 AM, joseph camill wrote: > Attached is an example > > > On Wed, May 16, 2012 at 12:48 AM, wrote: > >> Hi, >> >> Is it possible to concatenate two values in one cell and seperate the >> first value to top left and second value to bottom right of the same cell. >> >> Fo

Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-15 Thread joseph camill
Attached is an example On Wed, May 16, 2012 at 12:48 AM, wrote: > Hi, > > Is it possible to concatenate two values in one cell and seperate the > first value to top left and second value to bottom right of the same cell. > > For e.g. £25m and €12m both in cell a1. And both are clearly seperate f