VBA Code Help Needed

wfmguy

New Member
Joined
Oct 8, 2017
Messages
7
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!
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,215,452
Messages
6,124,914
Members
449,195
Latest member
Stevenciu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top