Kamis, 15 Maret 2012

Re: [ExcelVBA] Transpose and Insert Commas, I don't have a clue how to do this

 

One question:
 
Are you sure about that display limit?
 
I have pasted full email chains in a single cell, 7-10 pages worth, and even though not visible, all the content is there available to copy and paste anywhere, wouldn't numbers hold for the same issue?
 
Eric Lutz


________________________________
From: Paul Schreiner <schreiner_paul@att.net>
To: ExcelVBA@yahoogroups.com
Sent: Thursday, March 15, 2012 5:25 PM
Subject: Re: [ExcelVBA] Transpose and Insert Commas, I don't have a clue how to do this


 

We can probably help you do it, but I think you're going to have a problem:
IF you're using Excel 2010, then the total number of characters you can display
in a cell is 32,767
(only 1024 can display in the cell, but 32,767 will display in the formula bar)

Now, if you have 15,000 rows, and then numbers are ONLY two digits long, then
you'll be ok,
because that's only 30,000 characters.
But if more than 2,767 of them are more than 2 characters long... you're in
trouble...

based on your samples, you'll only be able to concatenate 4,000 of your 15,000
rows...

So, maybe you need to look at another way of handling this...

Paul
-----------------------------------------
"Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can." - John Wesley
-----------------------------------------

________________________________
From: Barry White <imtigerwords@yahoo.com>
To: "ExcelVBA@yahoogroups.com" <ExcelVBA@yahoogroups.com>
Sent: Thu, March 15, 2012 2:44:07 PM
Subject: Re: [ExcelVBA] Transpose and Insert Commas, I don't have a clue how to
do this

 
Hello all,
 
I have a column of Excel data that is all numbers, about 15,000 or so, one
number in each cell at present.
 
However, I want to turn that column into a row, where all the data can be seen
from a single cell in that row.
 
Example, I want to turn this:
 98164754
15642829
15636430
15699463
15600864
15652140
 
Into this, no spaces, but a comma between each number:
 
98164754,15642829,15636430,15699463,15600864,15652140
 
Exactly how do I do this?  Because, I know one simply fact, I am NOT doing this
manually.
 
Eric

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

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

__,_._,___

Tidak ada komentar:

Posting Komentar