quick and easy vba question...

Associate
Joined
8 Mar 2007
Posts
2,176
Location
between here and there
hey all,

I have a huge line of code that is a pain to work with on one line.

How can split it over two lines??

example;

I've got...

code code code code code code code code code code code code code code code

I'd like..

code code code code code (something here)
code code code code code

cheers in advance
 
Back
Top Bottom