Redlad1291
New Member
- Joined
- Nov 2, 2016
- Messages
- 13
Hi I currently have a VBA script set up to count how many emails are in a mailbox but would like it to count from a certain sender in that mailbox.
curntly my script is set up with the following;
set objfolder = objnspace.folders("mailbox").folders("inbox")
does anyone know what I can add to this so it only counts it from a certain email address?
curntly my script is set up with the following;
set objfolder = objnspace.folders("mailbox").folders("inbox")
does anyone know what I can add to this so it only counts it from a certain email address?