excel vba - Does VBA contain a comment block syntax? -
this question has answer here:
in vba there short way comment out block of code same way java uses /*...*/
?
although there isn't syntax, can still close using built-in block comment buttons:
if you're not viewing edit toolbar already, right-click on toolbar , enable edit toolbar:
then, select block of code , hit "comment block" button; or if it's commented out, use "uncomment block" button:
fast , easy!
Comments
Post a Comment