ON one of my sheets I have a macro that pastes a certain range of cells on clipboard then you open outlook and paste it into the body.
The problem is formats sometimes gets lost and others change the info after it is pasted.
Sub Covercopypaste()
Range("b1:h46").Select
Selection.Copy
End Sub
What I would like it to do:
Once you click the button it copies the sheet and converts into PDF then pastes it into the body of an email
The recipient should be reports@sharewell.com
They can add the subject line them selves
This is all to start with and once this works I can go from there
Bookmarks