Results 1 to 2 of 2

Thread: Outlook Question??

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    Australia
    Posts
    33

    Question

    Hi

    I am trying to automate sending messages in outlook. In the 'Body' section how do I drop down to the next line?? I would like to have line breaks in between paragraphs.
    ie. How do I position the cursor to the start of a new line.

    Thanks

    Gregg

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    use vbCRLF

    eg

    .Body = "This is the first line of the body text" & vbCRLF
    .Body = .Body & vbcrlf
    .Body = .Body & "This is the third line"

    does this answer your question?

    have you had a lok at the Autoemail tip?

    http://www.vb-world.net/demos/autoemail/
    Mark
    -------------------

Posting Permissions

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



Click Here to Expand Forum to Full Width