First of all let me introduce myself as this is my first post. I'm a self-made vba programmer from Portugal and i can already use it well but still need to learn a lot, hope you all can help

I've searched everywere for this and although i found some half answerers i can't get it to work.

I have a excel vba macro that pre-writes an email and the user then adds the rest of the email text.

What i need to do is get the final email body that was sent to store in excel.

I don't understand how classes work but is there anyway i can use the "OutMail" object i have below to catch the email body (edited by the user) before it's sent ?

Email code:

Please Login or Register  to view this content.