View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kasama Kasama is offline
external usenet poster
 
Posts: 13
Default How do I break VBA code into two or more lines?

Using Excel 2003/Windows XP/VBA Editor 6.3.
I have some very long lines which don't fit in the VBA Editor window and to
make the code easier to read I want to break them into two or more lines.
I was told to type a space then and underscore but this doesn't work.
(I am not talking about breaking the lines in Message Boxes).