BillNielsen
Programmer
Hi All
I have a form where an user can eliminate Email addresses from a list box. Once the user has selected the number of Email addresses, I'm trying to to alert the user of the addresses that are about to be eliminated in a messagebox. The problem is the at symbol (@) in the email address is also a formatting deliminator and causes the messagebox display the text incorrectly.
To illustrate my problem try this code: MsgBox "someone@hotmail.com" & Chr(13) & "someone@yahoo.com"
Can someone explain how to display the message with text as it should read? Or even some more information on how the at symbol,@, works inside a message box.
Thanks,
Bill N
I have a form where an user can eliminate Email addresses from a list box. Once the user has selected the number of Email addresses, I'm trying to to alert the user of the addresses that are about to be eliminated in a messagebox. The problem is the at symbol (@) in the email address is also a formatting deliminator and causes the messagebox display the text incorrectly.
To illustrate my problem try this code: MsgBox "someone@hotmail.com" & Chr(13) & "someone@yahoo.com"
Can someone explain how to display the message with text as it should read? Or even some more information on how the at symbol,@, works inside a message box.
Thanks,
Bill N