Number of members in a distribution list in Outlook?

T

theia

How can you find out how many members are in a distribution list? I often
have to create large dist lists (>50 members) and the only way I can be sure
that I have captured all of them is to manually count the members in the list.
 
M

Michael Bauer [MVP - Outlook]

This VBA sample displays the number of members:
http://www.vboffice.net/sample.html?mnu=2&pub=6&smp=37&cmd=showitem&lang=en

--
Best regards
Michael Bauer - MVP Outlook
Use Outlook Categories? This is Your Tool:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Tue, 18 Mar 2008 03:49:04 -0700 schrieb theia:
How can you find out how many members are in a distribution list? I often
have to create large dist lists (>50 members) and the only way I can be sure
that I have captured all of them is to manually count the members in the
list.
 
T

theia

Thank you very much! This does the trick. I still think MS could simply add
something that will allow someone to see information like this for a dist
list without having to program like this. In any case, this will help me.
Thanks again!
 
B

Brian Tillman

theia said:
Thank you very much! This does the trick. I still think MS could
simply add something that will allow someone to see information like
this for a dist list without having to program like this. In any
case, this will help me. Thanks again!

It would also be fairly easy to save the DL as a text file and them open it
in Excel to see how many rows you have. No extra programming needed
(although, I admit the code is a bit more convenient).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top