• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA Outlook

Amti

New Member
Hi All,

I need your help, I am doing one assignment and I am stuck.

Requirement: Whenever user send an email then macro should open the Pdf attachment.

This is one of the control which we are trying to implement.

I need VBA outlook code.

Many thanks in advance,

Regards,

AKS
 
Welcome to the forum.

Does your code reside in Excel or in Outlook? If in Outlook, you may have better luck asking in Outlook forum. As forum's focus is on Excel side of things.

As well, your requirement isn't very clear to me. Please detail step by step what the code should do. And post existing code (partial or attempt) using code tag. So we can follow some of the thought process.
 
i would like to write this code inside outlook.
I will tell you in brief, User was sending wrong attachment to the client. I have written code inside outlook, so whenever user use click on send button then my Macro get activated and start validating file name with subject line. if its matching email move out from inbox else it will show pop up

Now my client want to enhance requirement. here i need help

1) Click on Send Button.

2) Open the pdf file.


Remaining code i have already written.
 
Back
Top