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  
  •  Create really good loocking GUI interface with MFC
  •  I have 3 PC's running Vista and I keep getting bowser errors about who is the master browser
  •  2003 Prolaint ML370 looping during startup System License Violation.
  •  How do you tell visual studio to reindent all code so you can match up the "if/else" "while", and strucs like that
  •  Encrypt a password in ini file
  •  How do I define a name using VBA that accomplishes the same as Insert|Name|Define
  •  When contacting <a rel="nofollow" href="https://mail.domain.com/autodiscover/autodiscover.xml" target="_blank">https://mail.domain.com/au<wbr />todiscover<wbr />/autodisco<wbr />ver.xml</a> receiv
  •  generate a list of numbers to a file
  •  Event with souce SidebySide when server starts
  •  How do I publish a VS 2005 web application using msbuild form the command line?
  •  
    programming4us programming4us