Excel VBA with Pivot Table
Hi guys,
Need some pointers over here.
I have this program that is able to generate a CSV file every month, with its columns the same.
I need to create a excel spreadsheet, that have a Pivot Table with the values from this CSV file.
Output: This excel spreadsheet is able to open out CSV file and create/refresh the current Pivot Table based on the new values from the CSV file each month.
Can someone guide me or give me some pointers or how do I go about achieving this?
Thanks in advance.