Hi,
I know you can insert goed old fashion linenumber in your VBE, but how ?
thanks for any help.
Hi,
I know you can insert goed old fashion linenumber in your VBE, but how ?
thanks for any help.
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.
Sincerely,![]()
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
Leith Ross
sorry, but I don't see how, do you mean just typing the lines.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks