Hiya Glenn \:\)

Was hoping that you might chime in on this one (since it's your code I'm mucking up \:\) )

Regarding the logging, I was a bit confused by some of it, so I rem'd it out while I focused on the rest of the script. Figured to loop back around to it eventually.

 Quote:
The example IF clause allows anything EXCEPT .mdc files to process. If you want to restrict it to ONLY .pst files, change it to "If Right($PSTName, 3) = '.pst'" instead.


And I want this script to process only PST files, not MDC files (which unfortunately show up under the PSTkeys). If I'm reading your response right, I'm going to be making the change: "If Right($PSTName, 3) = '.pst'"

I will be testing momentarily.

Thanks,

Lan