Hello,
I have a spreadsheet in Excel with First & Last Name combined in one column and three other columns.The columns are as follows;
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]First&Last Name[/TD]
[TD]Username [/TD]
[TD]Password [/TD]
[TD] Email address[/TD]
[/TR]
[TR]
[TD]ChristineMurray[/TD]
[TD]CMurray_HP[/TD]
[TD]Test!23[/TD]
[TD]Cmurray@tbh.com[/TD]
[/TR]
[TR]
[TD]ChristineMurray[/TD]
[TD]CMurray_GH[/TD]
[TD]Pts.345[/TD]
[TD]Cmurray@tbh.com[/TD]
[/TR]
[TR]
[TD]BrodySmith[/TD]
[TD]BSmith_EP[/TD]
[TD]Test123![/TD]
[TD]Bsmith@api.com[/TD]
[/TR]
[TR]
[TD]BrodySmith[/TD]
[TD]BSmith_SP[/TD]
[TD]Temp!32[/TD]
[TD]Bsmith@api.com[/TD]
[/TR]
[TR]
[TD]AdamLa Selva[/TD]
[TD]ALa Selva_GSH[/TD]
[TD]Pts.245[/TD]
[TD]Alaselva@gsh.com[/TD]
[/TR]
</tbody>[/TABLE]
In total I have 350 rows. As you can see above come rows have same names and email address but the username and password are different.
I want to use a macro or mail merge in excel that will send an email to each person regarding their username & password. But I want to send only one email to a single recipient who may have multiple rows in the spread such as ChristineMurray shown in table above.
Is there a macro or mail merge function I can use that will perform the function of sending one email to single recipient who may have multiple rows and also each email to remaining unique persons/email addresses.
Any help/feedback would be appreciated!
-Arslan
I have a spreadsheet in Excel with First & Last Name combined in one column and three other columns.The columns are as follows;
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]First&Last Name[/TD]
[TD]Username [/TD]
[TD]Password [/TD]
[TD] Email address[/TD]
[/TR]
[TR]
[TD]ChristineMurray[/TD]
[TD]CMurray_HP[/TD]
[TD]Test!23[/TD]
[TD]Cmurray@tbh.com[/TD]
[/TR]
[TR]
[TD]ChristineMurray[/TD]
[TD]CMurray_GH[/TD]
[TD]Pts.345[/TD]
[TD]Cmurray@tbh.com[/TD]
[/TR]
[TR]
[TD]BrodySmith[/TD]
[TD]BSmith_EP[/TD]
[TD]Test123![/TD]
[TD]Bsmith@api.com[/TD]
[/TR]
[TR]
[TD]BrodySmith[/TD]
[TD]BSmith_SP[/TD]
[TD]Temp!32[/TD]
[TD]Bsmith@api.com[/TD]
[/TR]
[TR]
[TD]AdamLa Selva[/TD]
[TD]ALa Selva_GSH[/TD]
[TD]Pts.245[/TD]
[TD]Alaselva@gsh.com[/TD]
[/TR]
</tbody>[/TABLE]
In total I have 350 rows. As you can see above come rows have same names and email address but the username and password are different.
I want to use a macro or mail merge in excel that will send an email to each person regarding their username & password. But I want to send only one email to a single recipient who may have multiple rows in the spread such as ChristineMurray shown in table above.
Is there a macro or mail merge function I can use that will perform the function of sending one email to single recipient who may have multiple rows and also each email to remaining unique persons/email addresses.
Any help/feedback would be appreciated!
-Arslan