View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default little help: "quick comment"

Hi

In the VBE, right click on the Toolbat area and Select the Edit Toolbar
The 9th and 10th icons on this bar will comment / uncomment a block


--
Regards

Roger Govier

wrote
i'm testing some VB code i need for my application.
i would like to test just a 'part' of the code excluding 'working
lines'
how can i "comment" working' lines in a time ???
actually i put " ' " one by one before the lines i want to exclude
buti took me much time than the testing itself.....
there's a quick way to "comment/uncomment" many lines in a time??






furbiuzzu wrote: