I have a folder with around 40 spreadsheets, and each has a OLEDB Connection. I've written a macro that process each spreadsheet in the folder, and that works!
I'm need to change the source filename, and location, using VBA.
Assume the following:
- Connection Name is "ThePrices"
- new filename is "NewPrices.xlsx"
- new filelocation is "c:\Users\David\Documents\MySourceFiles"
All help is appreciated....
I'm need to change the source filename, and location, using VBA.
Assume the following:
- Connection Name is "ThePrices"
- new filename is "NewPrices.xlsx"
- new filelocation is "c:\Users\David\Documents\MySourceFiles"
All help is appreciated....