Results 1 to 8 of 8

Thread: Excel MultiLine Textbox to Access Database - MultiLine lost in the Access Database

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Yeah I have tried vbCrLf too. Here is what I have tried:

    comment = "Line1" + "\r\n" + " " + "\r" + " " + "\n" + "Line2" + "#xD #xA" + "Line3" + vbNewLine + " " + vbCrLf + " " + Chr(13) & Chr(10) + " " + Chr(10) & Chr(13) + " " + "

    " + "Line4" + "
    " + "5" + "
    " + "6" + "


    Interesting fact the   does show up as a space...

    Thanks for the reply.
    Last edited by macdonnie; 01-20-2016 at 11:38 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •