I have created a master excel report with 5 main tabs, 3 of which contain multiple pivots that draw their data from 3 separate CSV files. The CSV files do not have a single common denominator and cannot be joined. I need to replicate the master ~500 times for different users. Each user can only see their own info. Any suggestions?
What I have thought of so far is add 4 extra tabs to the main file - 3 containing data for each of the pivot tabs and one I use as control room - due to the number of files I'm breaking them down into smaller groups and using the names from a range with variable size. I am currently trying to write a code that will:
Could you please help me either with steps 2-4 or suggest any alternatives? I'm open to any working automated solution.
Thanks,
Ana
What I have thought of so far is add 4 extra tabs to the main file - 3 containing data for each of the pivot tabs and one I use as control room - due to the number of files I'm breaking them down into smaller groups and using the names from a range with variable size. I am currently trying to write a code that will:
- save individual copies of the master file
- filter the CSVs only copy one individual user at a time data into the respective data tab of the respective user report
- refresh the pivots
- delete the extra tabs
Could you please help me either with steps 2-4 or suggest any alternatives? I'm open to any working automated solution.
Thanks,
Ana