Remark a block of code

E

Eric

How do I remark out a block of code in the VBE? I know one
can do it but I cannot remember.
 
C

Cheryl Fischer

There is an icon named 'Comment Block' in the Edit Menu of the VBA window.
To open the Edit Menu (if not already open), right click on any empty
menubar area and select it. Just select the code to be commented and click
that icon.
 
Top