Results 1 to 5 of 5

Thread: Remarks

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Remarks

    Hello,

    I know there's a way to do that, but I can't remember...
    How can I put a remark sign (') on many lines together?

    Thanks.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Can you explain further ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    select the edit button
    go through
    View --> toolbars --> edit

    After selecting all the lines you want to comment out you can click on the appropriate button to comment them out
    Code:
    If Question = Incomplete Then
       AnswerNextOne
    Else
       ReplyIfKnown
    End If
    cu Swatty

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    you mean a block comment?? unlike other languages.. vb for some reason left out block commenting...

    however in the IDE on the edit menu you can have VB block comment/uncomment for you

    see pic
    Attached Images Attached Images  

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Smile Thank you all!

    Thanks.

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