Thread: 255 truncation
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default 255 truncation

There's one method that I use to copy more than 255 chars from one cell
to another; I put the SourceCell.Text into a variable and set the
TargetCell.Value property to the contents of the variable.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion