How to do a return line on a message box ?
i've tryed \n and vbCrLf without any success
someone have an idea ?
How to do a return line on a message box ?
3 posts
Use $\r$\n.
For example:
For example:
MessageBox MB_OK "This is$\r$\na new line" vbcrlf is only a visualbasic-constant 😉