hello,
I know to start a new line in a MSGBOX you can write MSGBOX("Hello" & vbCRLF & "World") and it should display World on a separate line. But I am trying to do this in a macro when I select the action to MSGBOX and insert the comment below, I am finding I cannot insert any new line character as that only shows up in the comment!
Does anyone know how I can insert a new line in my macro MSGBOX?
Thanks in advance
GG
I know to start a new line in a MSGBOX you can write MSGBOX("Hello" & vbCRLF & "World") and it should display World on a separate line. But I am trying to do this in a macro when I select the action to MSGBOX and insert the comment below, I am finding I cannot insert any new line character as that only shows up in the comment!
Does anyone know how I can insert a new line in my macro MSGBOX?
Thanks in advance
GG