Mike Bannen
Member
- Outlook version
- Outlook 2013 64 bit
- Email Account
- POP3
Good evening!
I am new to Microsoft coding and to outlook in particular. I have 3 related challenges to solve.
For a given meeting (appointment?)
1) count the UNIQUE number of people invited (example...)
- required, 7
- optional, 2
- organizer, 1
2) count the UNIQUE # of people by meeting response status (example...)
- required, 4 accepted, 2 tentative, 1 declined
- optional, 1 declined
- organizer, 1
3) count the total # UNIQUE # of people by status
- 4 accepted, 2 tentative, 1 declined, 1 organizer
TWO challenges:
CHALLENGE 1) Nested distribution lists
- I have distribution lists inside of distribution lists (e.g., IT Managers is a distribution list instead of All Managers)
- I'm not sure how to to loop through these nested situations in VBA.
CHALLENGE 2) Nested distribution list and getting a truly UNIQUE count
- Often the organizer will be IN one of the distribution lists, or
- the organizer may include the same person multiple times on an invite, either by
a) adding the person individual, and also adding a distribution list of which that person is a member
b) adding themselves
It may be too much effort to handle challenge #2 (i.e., to get to a truly unique count), but it SEEMS like Challenge #1 should be very doable...I just don't know VBA well enough to know how.
Any advice or pointers are very much appreciated.
I am new to Microsoft coding and to outlook in particular. I have 3 related challenges to solve.
For a given meeting (appointment?)
1) count the UNIQUE number of people invited (example...)
- required, 7
- optional, 2
- organizer, 1
2) count the UNIQUE # of people by meeting response status (example...)
- required, 4 accepted, 2 tentative, 1 declined
- optional, 1 declined
- organizer, 1
3) count the total # UNIQUE # of people by status
- 4 accepted, 2 tentative, 1 declined, 1 organizer
TWO challenges:
CHALLENGE 1) Nested distribution lists
- I have distribution lists inside of distribution lists (e.g., IT Managers is a distribution list instead of All Managers)
- I'm not sure how to to loop through these nested situations in VBA.
CHALLENGE 2) Nested distribution list and getting a truly UNIQUE count
- Often the organizer will be IN one of the distribution lists, or
- the organizer may include the same person multiple times on an invite, either by
a) adding the person individual, and also adding a distribution list of which that person is a member
b) adding themselves
It may be too much effort to handle challenge #2 (i.e., to get to a truly unique count), but it SEEMS like Challenge #1 should be very doable...I just don't know VBA well enough to know how.
Any advice or pointers are very much appreciated.