how do i comment 1000 lines of code at once in vba for excel?

N

Norman Jones

Hi Daniel,

With the code to be commented selected, click the 'comment block' button on
the VBA Edit toolbar.

If you do not have the Edit toolbar visible,

View | Toolbars | Check the Edit toobar.
 
Top