View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Berend Botje[_3_] Berend Botje[_3_] is offline
external usenet poster
 
Posts: 1
Default copy cells with more then 255 chars...

Try something like:

Cells1.value = Cells2.value

I think that works above 255 char as well....

By the way, there is a typo in your program:

Dim i as Interger , rw as Integer

Should be Integer

--
Message posted from http://www.ExcelForum.com