StevenAncel
New Member
- Joined
- Dec 9, 2015
- Messages
- 38
Here is what im trying to accomplish.
I have a spreadsheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]NAME[/TD]
[TD="align: center"]TO:[/TD]
[TD="align: center"]CC:[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]Marky Mark[/TD]
[TD]marky@mail.com[/TD]
[TD]other1@mail.com[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]John Johnson[/TD]
[TD]john@mail.com[/TD]
[TD]other2@mail.com[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]Lucky Leaf[/TD]
[TD]lucky@mail.com[/TD]
[TD]other3@mail.com[/TD]
[/TR]
</tbody>[/TABLE]
Example Steps:
1. Run Macro
2. Prompt to select folder
3. For Each Row:
----a. Folder will scan the folder for a file that contains the value in column "A" (ex. Filenamed 'Daily Rep Marky Mark.xlsx')
----b. When file is found, it will generate an email and attach the file, while using column "B" as TO: and "C" as CC:
----c. Then on to the next row, scanning the same folder for the next "A" value (Ex. John Johnson)
I have a spreadsheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]NAME[/TD]
[TD="align: center"]TO:[/TD]
[TD="align: center"]CC:[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]Marky Mark[/TD]
[TD]marky@mail.com[/TD]
[TD]other1@mail.com[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]John Johnson[/TD]
[TD]john@mail.com[/TD]
[TD]other2@mail.com[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]Lucky Leaf[/TD]
[TD]lucky@mail.com[/TD]
[TD]other3@mail.com[/TD]
[/TR]
</tbody>[/TABLE]
Example Steps:
1. Run Macro
2. Prompt to select folder
3. For Each Row:
----a. Folder will scan the folder for a file that contains the value in column "A" (ex. Filenamed 'Daily Rep Marky Mark.xlsx')
----b. When file is found, it will generate an email and attach the file, while using column "B" as TO: and "C" as CC:
----c. Then on to the next row, scanning the same folder for the next "A" value (Ex. John Johnson)