Help Me!!. can not set the string with len more than 255 character to the value cell

  • Thread starter Thread starter hvtrang
  • Start date Start date
H

hvtrang

i have an access file,in this i have a table, and have a memo field i
this. which field have a string less than 255 char it ok, but whic
field more than 255 char it display #value! in exel file. How can i fi
this problem.
i use this command in VBA to set value:
ExlObj.ActiveSheet.Cells(NxtLine, lc + 2).Value
rsDailyReport.Fields(lc)

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top