How can I copy more than 255 characters in a cell without truncati

G

Gary Grung

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)
 
D

Dave Peterson

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!)
 
Top