I am facing problem in writing macro / vb code in excel.
It is not allowing me to copy more than 256 chars of a cell.
Is there any solution to this problem??
I tried copying 500 charactter in Excel 2003 and was successful. Add a
=length(B5) and verify that the count is wrong. It may jst be a display
problem. I believe I read on this website that Micrtosoft says you can copy
more than 256 charracter, they just won't display over 256.
> I am facing problem in writing macro / vb code in excel.
>
> It is not allowing me to copy more than 256 chars of a cell.
>
> Is there any solution to this problem??
Tom Ogilvy - 23 Feb 2007 01:36 GMT
they won't display more than approximately 1024 without extra effort.
Approximately because it won't just quit in the middle of a cell.

Signature
Regards,
Tom Ogilvy
>I tried copying 500 charactter in Excel 2003 and was successful. Add a
> =length(B5) and verify that the count is wrong. It may jst be a display
[quoted text clipped - 7 lines]
>>
>> Is there any solution to this problem??