VBA's comment key is the apostrophe " ' then write comment here and it displays in green in the VBA editor". Is there anyway to write comments in your code (the VBA editor) and view those comments in a comment flag on the excel spreadsheet?
For those who know other programming languages like java, there is such a thing called a javadoc which is a documentation generator (java has 3 common documentation generators). I guess I'm looking for something like a javadoc.
Thanks!
For those who know other programming languages like java, there is such a thing called a javadoc which is a documentation generator (java has 3 common documentation generators). I guess I'm looking for something like a javadoc.
Thanks!
Last edited: