• 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.

Auto Hash Marks For Comments In VBA Editor?

Is there a way to select a clunk of code in the editor and click some option that places hash marks in front of my lines of code? Is going down the front of every line manually the only way?


I mess up a lot.


'''Sub MyCode()

'''If every line doesn't work Because _

'''I have no idea what I'm doing half the time And _

'''I hope it's a way for me select all this once Then

'''I could select an option that places all the hash marks for me.

'''End Sub
 
I don't think so.


Pretty much, the VBA editor is gimped.


I used notepad++ in Visual Basic mode for most of my vba needs. It supports much of the advanced stuff that you kinda wish you had----highlighting, block styles, etc etc.


Incidentally, there's also a great np++ excel language which makes writing mega formulas a breeze.
 
Back
Top