Thanks guys, but I am not there yet.
But it looks like I hit a bug or is a MS feature ;-)
wksa.cells(row, 12).copy
Cells(row, 10).PasteSpecial Paste:=xlValues, _
Operation:=xlNone, SkipBlanks:=False, Transpose:=False
works, but where wksb is referenced to a worksheet it doesn't.
wksa.cells(row, 12).copy
wksb.Cells(row, 10).PasteSpecial Paste:=xlValues, _ Operation:=xlNone,
SkipBlanks:=False, Transpose:=False
it truncates to 255 chars again. When I msgbox wksa.cells(row,12) I get
the long text!
*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!