A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Strings in VBA can be 2,147,483,457 chars (2 GB minus 10 bytes for the variable)
However, when using the text string in the user interface, there are some limitations:
- Displaying a text string in a worksheet cell is limited to 32,767 chars.
- Displaying a text string in a MsgBox is limited to 1,023 chars.
Where do you run into the 255 char limit?
What version of Excel are you using?