So new to VB that I don't know the proper term to search for my answer. I was
creating my array values for a drop down box because I had more than 25 items
and I was wondering if there was a way to wrap the text so that all my values
can be seen on the VB editor screen without having to scroll sideways? Thank
you for your patience.
The combination of a space and an underscore is the line continuation
character in VB and VBA. See
http://word.mvps.org/FAQs/MacrosVBA/_AtEndOfLine.htm.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> So new to VB that I don't know the proper term to search for my
> answer. I was creating my array values for a drop down box because I
> had more than 25 items and I was wondering if there was a way to wrap
> the text so that all my values can be seen on the VB editor screen
> without having to scroll sideways? Thank you for your patience.
Cornbean - 17 Mar 2006 22:23 GMT
Oh thank you very kindly. It seems to be working.
> The combination of a space and an underscore is the line continuation
> character in VB and VBA. See
[quoted text clipped - 5 lines]
> > the text so that all my values can be seen on the VB editor screen
> > without having to scroll sideways? Thank you for your patience.