• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

line numbers in VB

Jamie Altman

New Member
i am trying to debug an Excel macro, but my error-trapping is not working. I am trying to use the Erl function/property to give me the code line number that is causing my error, but Erl always returns 0. currently i dont see the line numbers in my VB window, I need to turn on the code liner numbers. Is there a way to add vb line numbers?
 
One can add line numbers using an addin or macro using
VBProject.VBComponents. A search will find both.

MZ-Tools is the usual addin I suspect.
 
Back
Top