making multiple line notes in VB editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • franc sutherland

    #1

    making multiple line notes in VB editor

    Hello,

    Is it possible to make multiple line notes in the VB editor?

    I know about using the apostrophe ' to make a single line note.

    Is there a version for making multiple lined notes?

    If I wanted to make 5 lines of code into notes, so that they wouldn't
    be compiled, could I put something in front and after to make them
    into notes?

    Thanks,

    Franc.
  • fredg

    #2
    Re: making multiple line notes in VB editor

    On Tue, 18 Mar 2008 14:52:27 -0700 (PDT), franc sutherland wrote:
    Hello,
    >
    Is it possible to make multiple line notes in the VB editor?
    >
    I know about using the apostrophe ' to make a single line note.
    >
    Is there a version for making multiple lined notes?
    >
    If I wanted to make 5 lines of code into notes, so that they wouldn't
    be compiled, could I put something in front and after to make them
    into notes?
    >
    Thanks,
    >
    Franc.
    Sure.
    If your VB Editor screen doesn't already have the tool buttons, add
    them
    You'll find them in the Edit command section of the Customize Tool Bar
    dialog. It's the Comment Block and Uncomment Block tool buttons.
    After adding them to the VB Editor tool bar, select the lines wanted
    and click the appropriate tool button.
    --
    Fred
    Please respond only to this newsgroup.
    I do not reply to personal e-mail

    Comment

    • Albert D. Kallal

      #3
      Re: making multiple line notes in VB editor



      As mentioned there is a button that will on comment, or uncomment a whole
      block of text you type in to the editor (what this feature does is simply
      put those single apostrophes in front of the text for you).

      Unfortunately there's no way of having a block of text as a comment without
      the ' in front....


      --
      Albert D. Kallal (Access MVP)
      Edmonton, Alberta Canada
      pleaseNOOSpamKa llal@msn.com


      Comment

      • franc sutherland

        #4
        Re: making multiple line notes in VB editor

        On Mar 18, 10:21 pm, fredg <fgutk...@examp le.invalidwrote :
        On Tue, 18 Mar 2008 14:52:27 -0700 (PDT), franc sutherland wrote:
        Hello,
        >
        Is it possible to make multiple line notes in the VB editor?
        >
        I know about using the apostrophe ' to make a single line note.
        >
        Is there a version for making multiple lined notes?
        >
        If I wanted to make 5 lines of code into notes, so that they wouldn't
        be compiled, could I put something in front and after to make them
        into notes?
        >
        Thanks,
        >
        Franc.
        >
        Sure.
        If your VB Editor screen doesn't already have the tool buttons, add
        them
        You'll find them in the Edit command section of the Customize Tool Bar
        dialog. It's the Comment Block and Uncomment Block tool buttons.
        After adding them to the VB Editor tool bar, select the lines wanted
        and click the appropriate tool button.
        --
        Fred
        Please respond only to this newsgroup.
        I do not reply to personal e-mail
        Thanks Fred.

        Comment

        • franc sutherland

          #5
          Re: making multiple line notes in VB editor

          On Mar 19, 1:00 am, "Albert D. Kallal" <PleaseNOOOsPAM mkal...@msn.com >
          wrote:
          As mentioned there is a button that will on comment, or uncomment a whole
          block of text you type in to the editor (what this feature does is simply
          put those single apostrophes in front of the text for you).
          >
          Unfortunately there's no way of having a block of text as a comment without
          the ' in front....
          >
          --
          Albert D. Kallal (Access MVP)
          Edmonton, Alberta Canada
          pleaseNOOSpamKa l...@msn.com
          Thanks Albert.

          Comment

          Working...