Dear Tek-Tips,
I have a "pivot table" with course names (column A) and number of attendees(column B).
Column A Column B Column C
Course Title Number of ttendee(s) Course Owner
course A 5 Rey
course B 4 Walter
Course C 12 Jonah
If I click on attendee number (column B) for column A course, this opens a worksheet with the actual attendees. Example: Course A = 20, opens to detail =
sheet1
Ran
Reil
Joy
Peter
Mel
For each course clicked, a worksheet (sheet1, sheet2 ... etc.) appears, with attendees of course row in column A.
What needs to done VBA:
Send these sheets individually, as individual files password protected and attached to a mail merge document to be sent out to course owners (column C)
The mail merge is a letter with merge fields:
Dear <course owner>,
The <course> has <number of attendees> for <course date> at <room>. Attached is the attendee list. Password will be sent on a separate communication.
Thank you,
<sender>
----------------------------
Thank you, let me know if you need further information
I have a "pivot table" with course names (column A) and number of attendees(column B).
Column A Column B Column C
Course Title Number of ttendee(s) Course Owner
course A 5 Rey
course B 4 Walter
Course C 12 Jonah
If I click on attendee number (column B) for column A course, this opens a worksheet with the actual attendees. Example: Course A = 20, opens to detail =
sheet1
Ran
Reil
Joy
Peter
Mel
For each course clicked, a worksheet (sheet1, sheet2 ... etc.) appears, with attendees of course row in column A.
What needs to done VBA:
Send these sheets individually, as individual files password protected and attached to a mail merge document to be sent out to course owners (column C)
The mail merge is a letter with merge fields:
Dear <course owner>,
The <course> has <number of attendees> for <course date> at <room>. Attached is the attendee list. Password will be sent on a separate communication.
Thank you,
<sender>
----------------------------
Thank you, let me know if you need further information