Send excel range through mail body

I have to send part of excel table through email body.
For example, from the table below, I would like to use only red bordered part:

I have to notice that it is necessary to use exactly the same formatting like in source file…

Does anyone have an idea how to do this?

Any answers, please :frowning: ?

You can use VBA for this

Please refer the this link vba - Pasting an Excel range into an email as a picture - Stack Overflow

Note: You will be sending email from VBA itself