View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ian Ian is offline
external usenet poster
 
Posts: 238
Default Block comments in VBA

Not sure what you mean by a block comment, but if you want to label a code
section, you could comment a blank line above the code, then comment a blank
line after.

eg

'Comment here
Code starts here
-
-
-
-
-
Code ends here
'-----------

--
Ian
--
"Conan Kelly" <CTBarbarin at msn dot com wrote in message
...
Hello all,

Is there a way to do block comments in VBA instead of just the line
comments (')?

--
Thanks for any help anyone can provide,

Conan Kelly