Is there a way, without using VBA, to validate a link with a formula? Something that checks the target exists?
I've got a table with a column that uses the HYPERLINK formula to create a link to a file.
This works great, except with one problem. When the file is "closed" (this is our ECRN document storage if anyone is curious) it gets moved to another folder (not my choice, and I have to work with the system as designed).
So, when that happens, the link will no longer work.
There might not be any way to do this without VBA - if so it is what it is.
I'm not going to use VBA because this is a workbook accessed by multiple users and I've had problems in the past with macros in workbooks like this due to someone not hitting the "enable macro" button when they open the file. Then I get phone calls like "why isn't this working??" and I have to stop what I'm doing to fix it for them. I don't need the interruptions for stuff like that, so I'm not using any UDFs or other macros for anything in this book.
I've got a table with a column that uses the HYPERLINK formula to create a link to a file.
This works great, except with one problem. When the file is "closed" (this is our ECRN document storage if anyone is curious) it gets moved to another folder (not my choice, and I have to work with the system as designed).
So, when that happens, the link will no longer work.
There might not be any way to do this without VBA - if so it is what it is.
I'm not going to use VBA because this is a workbook accessed by multiple users and I've had problems in the past with macros in workbooks like this due to someone not hitting the "enable macro" button when they open the file. Then I get phone calls like "why isn't this working??" and I have to stop what I'm doing to fix it for them. I don't need the interruptions for stuff like that, so I'm not using any UDFs or other macros for anything in this book.
Last edited: