pray tell... block comments...am i missing something here?

S

spiffo

ok, been awhile since i worked in vb6... but it seems i rem. a menu item to
comment out a selected block of code... in VBA/excel 2002, i see indent and
undent, but nada re comment's... surely there is a way to do this besides
manual???
 
K

Karl E. Peterson

spiffo said:
ok, been awhile since i worked in vb6... but it seems i rem. a menu
item to comment out a selected block of code... in VBA/excel 2002, i
see indent and undent, but nada re comment's... surely there is a way
to do this besides manual???

Right click up near, but not on, the toolbars. Make sure the "Edit" toolbar is
enabled. The buttons for block commenting are on that.
 
S

Steve Rindsberg

ok, been awhile since i worked in vb6... but it seems i rem. a menu item to
comment out a selected block of code... in VBA/excel 2002, i see indent and
undent, but nada re comment's... surely there is a way to do this besides
manual???

Choose View, Toolbars and put a check next to the Edit toolbar.
There are Comment and Uncomment buttons on the Edit toolbar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top