|
-
February 10th, 2000, 10:33 AM
#1
MsgBox to long how can I change line
I would like to change line in MsgBox how can I do this
Thanks
Redg
-
February 10th, 2000, 11:34 AM
#2
Re: MsgBox to long how can I change line
Hi,
You can use multiple lines in a message box by using "vbCrLf". There's an example beneath.
MsgBox "This is the first line." & vbCrLf & "This is the second line."
Bert
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|