Hello,
I try do macro which do new message with data from checked message.
1. A message comes to the mailbox, for example:
FROM: user@user.pl
TO: me@me.pl
SUBJECT: Title
ATTACHMENT: file.xlsx
BODY: Text
2. I click on this message, then I run a macro that will prepare me a message ready to be sent that looks like this:
FROM: me@me.pl
TO: new@new.pl
SUBCJET: Old title: Title
ATTACHMENT: file.xlsx
BODY:
Text
User: user@user.pl
Date: DD/MM/YYYY
Thanks in advance for tips and help.
I try do macro which do new message with data from checked message.
1. A message comes to the mailbox, for example:
FROM: user@user.pl
TO: me@me.pl
SUBJECT: Title
ATTACHMENT: file.xlsx
BODY: Text
2. I click on this message, then I run a macro that will prepare me a message ready to be sent that looks like this:
FROM: me@me.pl
TO: new@new.pl
SUBCJET: Old title: Title
ATTACHMENT: file.xlsx
BODY:
Text
User: user@user.pl
Date: DD/MM/YYYY
Thanks in advance for tips and help.