+ Reply to Thread
Results 1 to 3 of 3

insert linenumber

Hybrid View

  1. #1
    Registered User
    Join Date
    05-11-2007
    Location
    Belgium
    Posts
    68

    insert linenumber

    Hi,

    I know you can insert goed old fashion linenumber in your VBE, but how ?

    thanks for any help.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Matrixknow,

    A line label or number can be inserted manually. It must be between the Sub or Function and End statements starting in Column 1.

    Sub Test()
    1: 'This is line 1
    2:  Dim Msg as String
    3:
    4:    Msg = "This module contains line numbers."
    5:    MsgBox Msg
    6:
    End Sub
    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    05-11-2007
    Location
    Belgium
    Posts
    68

    Typing the lines ?

    sorry, but I don't see how, do you mean just typing the lines.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1