**SORY ADMIN I POSTED IN THE WRONG FORUM< SHOULD BE IN MACROS**
I have a CSV file of contacts I need to sort out.
I need to move the email to the front of the line and leave the first and last names intact as such
I have had no luck with doing the macro so far spent many hours trying different features, any help would be appreciated..
Thanks in advance for any responses.
I have a CSV file of contacts I need to sort out.
Code: Select all
Firstname,Lastname,[email protected]
Firstname,Lastname,[email protected]
Firstname,Lastname,[email protected]
Firstname,Lastname,[email protected]
Code: Select all
[email protected],Firstname,Lastname
[email protected],Firstname,Lastname
[email protected],Firstname,Lastname
[email protected],Firstname,Lastname
Thanks in advance for any responses.