hi,
I have a list box and I try to add the values from the cell as listbox items. The script was working fine... but for a specific case, when the script is trying to add an item with the string length is approx of 2500, it is throwing a runtime error.

The error code is -2147352571(80020005). Can some1 help me how to solve this problem.

Is there any limitation of the string size that is to be added as an item to the listbox??