![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
word wrap in module window?
is there a way to enable word wrap in the module window (where you type in code and stuff)? it's driving me nuts to have code going off the edge of the screen and out of sight.
or, is there some trick that would allow me to split a long line of such code into two lines? thanks |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
If you stick an underscore ( _ ) at the end of the line, it'll allow you to continue onto the next one:
MsgBox "This is a message box.", _
"Message Box Title", vbOK, vbInformation |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
thanks, i suspected as much but wasn't sure of its use or syntax.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|