I have a report that is being generated daily with a new name based on the date and I want to have my excel spreadsheet reference the latest file that is produced. Is there a way to do this? Either by a macro or by utilizing VBA?
Thanks
This can be done using the INDIRECT function or by a macro / VBA. Either way , you need to upload your file with the data , for a proper solution to be given.