I have a macro that opens up to 35 separate files at the same time, updates their links, then saves and closes each file. On occasion, the macro will error out due to a file already being open or opened in 'read-only' mode. I added code to continue the macro if it encounters an error. It all works great.

The issue is that now I need to know which files were skipped due to the reasons I just mentioned. Is there any code that I can use to generate an error log that will list the files that error out each time the macro runs? I really appreciate any help with this!