Thread: Module Comments
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default Module Comments

Insert a single quote sign as the first character in the comment line.

' Here's a comment

Regards,
Per

"jfcby" skrev i meddelelsen
...
Hello,

Is there a way to insert comments in a module outside of subs and
functions that will not cause errors when running the code?

jfcby