I have a rather complex workflow I have built out and it is pretty much ready to go.
In layman's terms it does a whole lot of joins and calculations and overwrites a data tab on an Excel sheet which is linked to a Pivot table (a tab called Summary) and the file is set to refresh when opened. It works great. My boss has asked me if there away to append two things to the Summary tab at the top:
The Date/Time Stamp, so people know when the work flow was last run as well as the Owner Name of the output data (this value is stored in the dataset). Preferably at the top of the tab above the current pivot table (which I can shift down in the template).
The pivot table is a set template that is being copied to a folder using a batch program if the file name doesn't exist yet. If the file name exists the data tab is simply being overwritten (dropped).
I have tried a few different things but the only solution I can come up with have a 3rd tab on the file that is called LastUpdated.
Any thoughts?
Thanks,
Adam