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:

enter image description here

then, select block of code , hit "comment block" button; or if it's commented out, use "uncomment block" button:

enter image description here

fast , easy!


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -