How to do a return line on a message box ?
How to do a return line on a message box ?
i've tryed \n and vbCrLf without any success
someone have an idea ?
Archive: How to do a return line on a message box ?
How to do a return line on a message box ?
How to do a return line on a message box ?
i've tryed \n and vbCrLf without any success
someone have an idea ?
Use $\r$\n.
For example:
MessageBoxMB_OK
"Thisis$\r$\nanewline"
vbcrlf is only a visualbasic-constant ;)