DocHub is an all-in-one PDF editor that enables you to blot email in excel, and much more. You can underline, blackout, or erase document components, add text and images where you need them, and collect information and signatures. And because it works on any web browser, you won’t need to update your device to access its robust features, saving you money. With DocHub, a web browser is all you need to make changes in your excel.
Log in to our website and adhere to these guidelines:
It couldn't be simpler! Improve your document processing today with DocHub!
whatamp;#39;s going on people itamp;#39;s greg here with another excel vba tutorial video today weamp;#39;ll be going over how to automatically paste an excel range as an image in an email body and send it so letamp;#39;s get into it all right so on the left i got my vba editor on the right iamp;#39;ve got population data here in this table and we can get right into the code so weamp;#39;ll call this sub send email with table as pick and weamp;#39;ll declare our variables weamp;#39;ve got our app as object out mail as object table as range pick as picture um ws as worksheet and word doc alright so weamp;#39;ll set out app equal to create object and itamp;#39;s the outlook outlook application that we want so iamp;#39;ll get that and then iamp;#39;ll set out mail equal to out app create item and then here is where weamp;#39;re going to grab our table convert to image and weamp;#39;re going to cut so letamp;#39;s set ws equal to this workbook sheets and we want this sheet h