Thanks, SkipVought..... the macro is added so that it'll automatically update the data...
However, my consultant wants to put the Excel Pivot table in a shared directory where only certain users have read write access.... the reason being that many of our users (management, especially) are Excel n00bs and they could potentially mangle the pivot tables, change formulas, etc... The idea is to tell the users who only has read access to save whatever data they generated in the pivot table to save that data on their personal shares, or just interact with the pivot tables to get the numbers they want, and not overwrite any changes to the actual excel file. This means that only the users (smart users like me and a couple of others) who have read write access will the macro work. If a user with read only rights opens the file 1st thing in the morning, the macro will not work and hence the old data remains.
So, the problem remains. Is there a way to schedule a process (w/ in windows scheduler, perhaps), on my computer (who has read/write access rights), to open the file, at say, 12:01 a.m. the next day, let the macro run, then do a automatic save and close 10 minutes later?
Hopefully, I explained things well enough so that you'd understand my situation....