View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.newusers
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Any ideas how to copy more than 1024 characters?

If you're only doing a single cell...

Select the cell.
hit F2 (to go into edit mode)
hit F9 (to convert the formula to value)
Copy the string from the formula bar
Hit escape to cancel the edit (revert to a formula)

If you forget, you can also hit ctrl-z (edit|Undo or undo icon) to undo that
last change.

toolman74 wrote:

The formula bar only shows the formula -- not the text. I am using the
=concatenate() formula. I've ended up concatenating 15 different cells to
give me all the data needed in 1 paragraph. I tried using the Alt+Enter in
the formula between each cell but that didn't make a difference. Is there a
way to get either the formula bar or perhaps another cell to convert the
formula to text so that some of these options are available? I don't need to
"see" the data that is being copied so is there a way to work a copy command
button onto my spreadsheet so once all the data has been input they click a
button to automatically concatenate multiple cells? That will then be pasted
as a single paragraph?

Thanks so much!!

"Gord Dibben" wrote:

Copy from the Formula bar which will contain all the characters, not just
the displayed characters.

Or when concatenating, add an Alt + Enter every 100 characters.

How are you concatenating together?


Gord Dibben MS Excel MVP


On Mon, 13 Apr 2009 11:28:28 -0700, toolman74
wrote:

I have a spreadsheet where users fill in data and then copy a single cell to
then paste a large paragraph that I have concatenated together using the
input. They are needing to paste the data into various Word and internet
apps. I now needed to add more data into the paragraph to be copied and I
seem to have reached the max characters the cell will display so the paste is
not complete. Any ideas how to work around this with an easier route than
copying and pasting mulitple cells? Thanks!!




--

Dave Peterson