I am using R to output some tables, in the format of CSV. I also have another spreadsheet (xlsx) file to get numbers from those csv files and show the graphs (I could have used R to plot, but due to some documentation requirement, I have to use excel to do graphing).
However, every time when I replace the csv files, with the exactly the same file name and the format, Excel is not able to update the external link automatically. It keeps saying it just cannot update the link. When I look at "Edit Links", excel can open all external sources correctly, but it just cannot recognize the replaced files.
I am not very familiar with VBA, so I prefer a solution without writing some extra codes? Thanks!