Hello,
I have code that sends the active sheet via an attachment in outlook. My question is, how do I add the functionality to also copy and paste a range to the body of the email?
This is my code. Thank you very much!!
Sub Mail_ActiveSheet()
'Working in 2000-2010
Dim FileExtStr As String...