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...