cancel
Showing results for 
Search instead for 
Did you mean: 

MS Outlook email VBO - Save attachments - File Patterns

JeremyRTDean
Level 5

".xlsx" works fine if I only want to filter for Excel attachments, but what if I also want my filter to include .pdf?

Supplementary question, this seems like an obvious user question but I couldn't easily find the answer.  Where should I have looked?

1 REPLY 1

Hi Jeremy Dean,

I looked in to the VB code in MS outlook email, it is using Like operator.  it looks like you need to tweak the existing code to handle both conditions/.

If  you are looking other alternative, I would think trying to save attachments in two different batches one with filter to include excel and other to include pdf.

Thanks,

harish

-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri