Re: How to write long text into Excel(meet 255 characters limitation)?



At a noticeable performance hit, one can instantiate the Excel
executable, explicitely get a Range object for a desired cell, and
affect edits against the Range.
Falls into the 'gotta do what you gotta do' category.
R,
Chris

.