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
Exchange 2007 - Multiple SMTP email address policies
reference an excel cell in another workbook
Merge Access Databases
Side by Side Error : Adobe Form Designer.exe
How do I retrieve text from a website
SBSMONITORING CPU constant CPU usage
How to enable chat history logging on Office Communicator 2007?
Pass the current form name to a function within a module
Rolling back transactions in Access (using ADO, DAO, Access code, whatever)
MS Access 20077 How to pass text field data from form to table