mrmmickle1
Well-known Member
- Joined
- May 11, 2012
- Messages
- 2,461
I have a large amount of detail files produced quarterly that have 12 worksheets in them. Sometimes these files can exceed 45 MB. These files are very "heavy" and difficult to send back and forth through email. I noticed that by adding the raw data into PowerPivot I can compress the file size by 85%. I would love to utilize PowerPivot in order to manage the file size. My issue is that I currently create Pivot Tables on the fly (Through VBA code when a button is pressed to look at different cuts of data) based on a mapping table. The reason these are created on the fly is because I have about 30 different options... so I do not want to house these all in the file due to space/file size issues....with this business case it brings a few questions regarding my issues and PowerPivot
Questions:
I'm looking to load data into a PowerPivot model through VBA is this possible? (I create 63 Reports through VBA quarterly) Could I programmatically load the detail into a PowerPivot Model?
Can I create PowerPivot tables on the fly using VBA?
If I create PowerPivot tables in a file and send the file to someone without PowerPivot installed will the file still work properly?
If I created a fit all template with all 30 or so Pivot Table views. Can I programmatically delete the ones that are not relevant for the each of the 63 reports?
Does anyone have any suggestions?
Questions:
I'm looking to load data into a PowerPivot model through VBA is this possible? (I create 63 Reports through VBA quarterly) Could I programmatically load the detail into a PowerPivot Model?
Can I create PowerPivot tables on the fly using VBA?
If I create PowerPivot tables in a file and send the file to someone without PowerPivot installed will the file still work properly?
If I created a fit all template with all 30 or so Pivot Table views. Can I programmatically delete the ones that are not relevant for the each of the 63 reports?
Does anyone have any suggestions?