VBA to forward an email
问题 I have designed a macro to forward an email. The below code drafts a forward email, adds some information in the body, retains the original content at the bottom of the email. But the only problem is, when the macro attempts to forward the email, the original format is getting lost. Also, by default, it displays my email id as From Address. Instead, it should be "ops@ccorp.com". Could you please help me? Sub Forward_Email() Set objOL = CreateObject("Outlook.Application") Set objMsg = objOL