View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How can I copy more than 255 characters in a cell without truncati

Copy the sheet and allow the truncation.

Then go back and copy all the cells and then paste over the new sheet.

(Same thing in vba, too!)

Gary Grung wrote:

Hi

How can I (without the use of VBA) copy a large sheet where several cells
have more than 255 characters, without truncating the characters to a max of
255?

Thanks

Excel 2002 SP3
(This cannot be changed)


--

Dave Peterson