So I have mixed, matched, and customized several modules to fit my needs to a point, however - am having trouble tying the pieces together, to run all together.
Workflow Report Automation (EDIT).xls
First, I am cleaning up some data within my report:
Second - I am formatting the content of my report:
Third - Applying hyperlinks to my items in Column A (I can't figure out how to always apply to the cell if there is a value, and not if it is empty)
I would like to apply some sort of table-like formatting to this, like a colored header row, and banded rows, but can't figure that out so it maintains alternate shading when the next step engages.
Fourth - I create individual sheets for all of the teams in my report
Fifth - I autofit the columns, to prepare for sending the data to identified recipients
Sixth - This part is becoming very frustrating. I have 2 sets of code, and would like some help in consolidating if possible. My first set, Sub "SendReportSingle" Works great for sending a range to a defined email address in the code, and the Sub "SendReportBatch" works for sending the entire sheets (if it exists) to a coordinated recipient and allows for ad-hoc subject editing.
I would like to use the range functionality from "SendReportSingle" code, and incorporate that into the "SendReportBatch" code. Any advice on this?
As you can see - lots of different pieces that I have put together, and could use some help lining it up.
I would like to have the macro run entirely to the send stage, and then run the send as a separate instance.
Workbook attached here: Workflow Report Automation (EDIT).xls
Thanks!
Bookmarks