A family of Microsoft relational database management systems designed for ease of use.
Thanks for your response Scott. Hopefully MS will reconsider.
On the meantime, any info you have on learning to use the Shell command that can connect Excel workbooks with access would be greatly appreciated.
First I would suggest starting a new thread on this as there are others who may be able to offer suggestions.
Second, I agree that you don't need the Shell command. Instead I would store the path to the workbook either as a Constant in code or maybe a field in a table. Then use Application.FollowHyperlink to launch it. Within your Excel sheet create a Connection (Data tab) to the table or query where you have your data. Set the connection to place the data on a separate sheet. Then use that sheet as the source for your pivot. When you open the workbook you will be prompted to Refresh the data.