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  
 
programming4us programming4us