Hi
Hope someone can assist, I have an Excel book that has VB to email out when certain criteria is met. in this it will put into the body of the email the users email address, but I would like it to only to show FirstName.LastName (or to the left of the @ sign)
This is the bit of the VB that for cell "B", which shows the email address:
" Requested By:- " & Cells(FormulaCell.Row, "B").Value & _<strike></strike>
is there anyway the VB can do the above.
Many thanks
Hope someone can assist, I have an Excel book that has VB to email out when certain criteria is met. in this it will put into the body of the email the users email address, but I would like it to only to show FirstName.LastName (or to the left of the @ sign)
This is the bit of the VB that for cell "B", which shows the email address:
" Requested By:- " & Cells(FormulaCell.Row, "B").Value & _<strike></strike>
is there anyway the VB can do the above.
Many thanks