I have an Access database and an Excel file with some charts & pivots linked to it, and I want to put them on a USB stick so anyone can update and view the data.
I have some VBA in the Access file which rewrites the Excel connection strings to the queries, and this works OK.
Everything runs OK on my machine, but when I give it to someone else, they are able to view the database OK, but when trying to Refresh All connections in Excel, they get an error message showing the file path where I had initially saved the file on my C drive.
I have taken out every reference to this path I can see. Is there somewhere else in Excel / MS Query I need to update?