0
My problem is this:
I use a company tool that gives me a specific number for each client. When I send email to the client, I need the subject to contain this number.
With that in mind, I found a macro on the internet and adapted a little to use as my needs. Currently what I managed to do is a button that when I click, it opens the email already with the ready message (is a default email) my signature and the subject "MY COMPANY - ".
What I need, and the reason for this post, is to put the customer number right after the name of my company.
"COMPANY NAME - CUSTOMER NUMBER".
As I use a tool of my own, I would copy the client number in the system, paste it in cell A1 (for example) and when clicking the button, I would like you to open the e-mail with the right subject based on this cell.
To illustrate a little better:
Assuming the client code is 123456 and I enter that value in cell A1, by clicking the button I would like you to open an email with the subject "MY COMPANY - 123456"
Without the code gets too wide to answer, please create a [mcve]. But the subject of the email is usually the property Subject from Outlook mailItem.
– danieltakeshi
Put the macro code you are using
– Evilmaax