R
Rammergu
Hi,
I'm new to macro. I've created a control button and assigned it a
macro as per below to copy text.
Code:
Sub COPY()
'
' COPY Macro
'
'
Range("B4:K23").Select
Selection.COPY
End Sub
i need the functionality to extend this code.
i want it to copy > open a new outlook message > paste the copied
content in the body of the message.
insert "(e-mail address removed)" in the TO field, "(e-mail address removed)" in the CC field &
"This is a test message" in the subject field.
I dont want the email to be sent, but rather to be displayed.
I'm new to macro. I've created a control button and assigned it a
macro as per below to copy text.
Code:
Sub COPY()
'
' COPY Macro
'
'
Range("B4:K23").Select
Selection.COPY
End Sub
i need the functionality to extend this code.
i want it to copy > open a new outlook message > paste the copied
content in the body of the message.
insert "(e-mail address removed)" in the TO field, "(e-mail address removed)" in the CC field &
"This is a test message" in the subject field.
I dont want the email to be sent, but rather to be displayed.