Hello,
I'm working on creating some efficiencies for our team, and one of my initiatives is to utilize shape data and shape reports to auto-create BOMs (Bill of Materials) in Visio, instead of them being manually created and updated separately. So far this has
worked very well, except for one problem: the default color scheme and text formatting of shape reports is pretty unsightly. Here's an example:

The blue and yellow notepad-esque colors don't look very professional. The only way I've found to change them is to double-click on the report in order to open the embedded Excel file, highlight the table and select No Fill (which leaves the entire table
yellow), then exit out of the embedded Excel file and right-click on the table, select "Format Shape," and select "No fill" there as well.
I've tried searching around online and can't find any information on a better way to manage these reports. I use VBA with Excel so thought I might be able to create a macro of some sort, but when I try running one of these shape reports and/or changing the
color within the embedded Excel file with the macro recorder on, nothing gets recorded.
If anyone can point me in the right direction, it would be greatly appreciated!