meuravinash
New Member
Hi, is anyone know how to switch the value below:<BR>"ASIAONE_SGmaewong" To<BR><BR>[email protected]<BR>I want to switch it to be outlook email.<BR>Thanks.<BR>Hv a blessed day!Dim chrArr(1) As Char<BR> Dim strOriginal As String = "ASIAONE_SGmaewong"<BR> Dim strNew<BR> chrArr(0) = "\"<BR> strNew = Replace(strOriginal.Split(chrArr(0))(1) & "@" & strOriginal.Split(chrArr(0))(0), "_SG", ".com")<BR>Hi! Thank you so much!
you help me a lot! God Bless You!
