Creating block comments in VBA module

  • Thread starter Thread starter Duane Hookom
  • Start date Start date
D

Duane Hookom

I would not write code without the free utility from
http://www.mztools.com/. This wonderful tool allows you to comment out or in
a section of code. You can also easily add error handling, headers,...
 
I can create a comment in a VBA module by prefixing an apostrophie at the
beginning of a line.

But I have a large block of code that I want to temporarily comment out.

Is there something similar in Access to SQL Server's CTRL SHIFT C/R that
will allow me to comment and uncomment large blocks of code at a time?
 
Dave,

If the 'Edit' toolbar is not visible, select it from the View|Toolbars
menu. There are buttons on this toolbar for commenting/uncommenting
blocks of code.
 
Thanks guys


Steve Schapel said:
Dave,

If the 'Edit' toolbar is not visible, select it from the View|Toolbars
menu. There are buttons on this toolbar for commenting/uncommenting
blocks of code.
 
Duane Hookom said:
I would not write code without the free utility from
http://www.mztools.com/. This wonderful tool allows you to comment out or in
a section of code. You can also easily add error handling, headers,...

Wow! You weren't exaggerating. A marvelous tool. Why didn't you tell us
"uninformed" about this a long time ago? ;-)
 
Back
Top