Microsoft
Software
Hardware
Network
Question : Excel VBA cell length limitation
I am exporting data from MS Access into an Excel worksheet.
I am running into a problem with the length of the field is over 900 characters.
Is there anyway around this?
Answer : Excel VBA cell length limitation
try this format
oWs.Cells((X), 6).Value = cstr(RS("StatusSummary"))
Random Solutions
How to Use .NET SqlBulkCopy to Import an Excel File into SQL Server
Text disappears. How do I make it appear?
Data Type Mismatch in Criteria Expression - Using DateDiff function
Cursor not declared when trying to connect
Design a form
Trying to do report or query based on value in field. Using Access 2003
WSUS Client Unable To Report To WSUS Server
Bootable floppy to support LG USB CD-RW in dos mode
Microsoft CRM Report Export to Excel Pivot Tables
Combo Box Fill from another Worksheet