Results 1 to 3 of 3

Thread: Enter Key

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 1999
    Location
    India
    Posts
    73

    Post

    How can i add "enter key" in a variable or inbetween a characters using codes.
    any idea????

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Ireland
    Posts
    96

    Post

    Try

    MyVar = "My Text Line 1" & vbCrLf & "My Text Line 2"

    MyVar will now contain 2 lines of Text.

    Hope this helps,

    Steve.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 1999
    Location
    India
    Posts
    73

    Post

    its working the way i want.
    Thanx a lot.
    Manish

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