I HAVE A STRING A THAT HAS EMAILS EX: ABS@XYZ.COM,ABC2@XYZ.COM ...
I need to convert it to format below ... how can i do this without manually typing stuff out?
Dim recip(25) as variant
recip(0) = "emailaddress1"
recip(1) = "emailaddress2" e.t.c
maildoc.sendto = recip
I need to convert it to format below ... how can i do this without manually typing stuff out?
Dim recip(25) as variant
recip(0) = "emailaddress1"
recip(1) = "emailaddress2" e.t.c
maildoc.sendto = recip