I have the following functions defined in Excel:
function long string () Dim I Like integer long string = longstring & amp; "X" i = i + 1 loop until i & gt; 40000 End Function This results in an error: #VALUE!
It seems that the maximum string length is limited to 32768?
How does this work?
- Edit - Thank you for all your support. My solution was to split my function into several cells, in which there are fewer than 32768 characters.
Microsoft 32767 length limit is in their specification (see)
The length of the cell content (text): "32,767 characters., Only 1,024 displays in the room; 32,767 display in all panels."
As the only way to break the strings in many ways you will get more from it.
Comments
Post a Comment