View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Commenting out code

Hi Jeff

In the VBA editor right click on the menu bar and check Edit.
On this toolbar there are two buttons that you can use for the selected code

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jeff" wrote in message ...
Hi,

I know how to comment out code line by line

Is there a way to comment out multiple lines at once.

Like in C++ you can
use - "/*"
and - "*/"

Is there something in excel because I have a lot of code that has to be
commented out and I dont want to go line by line and click " ' ".

Thanks for your help.