Hello Everyone!
I would want a VBA code to copy Selected range to Outlook Mail. I am already using this Code to Select my Range:
Sub Selection()
'
' Selection Macro
'
'
Sheets("XYZ").Select
Range("B1:H23").Select
End Sub
I would want another Macro so that I can run both of them together.
All the codes I see online have the "range" mentioned in them.
If someone can help me with a macro which relies of the above macro (Selection()) to extract the range from, that would be really really helpful.
Thanks a lot in advance guys!
I would want a VBA code to copy Selected range to Outlook Mail. I am already using this Code to Select my Range:
Sub Selection()
'
' Selection Macro
'
'
Sheets("XYZ").Select
Range("B1:H23").Select
End Sub
I would want another Macro so that I can run both of them together.
All the codes I see online have the "range" mentioned in them.
If someone can help me with a macro which relies of the above macro (Selection()) to extract the range from, that would be really really helpful.
Thanks a lot in advance guys!