In excel, I have a list of 'n' hyperlinks that link to a PDF drawing database. If the PDF does not exist in the database, the link to the database still works but the database returns an error message "not found".
When the PDF does exists, then it opens the PDF normally.
eg: Part number ABC1234 has a hyperlink http://database/database.exe?ABC1234
When there is no PDF existing the database returns the error: ABC1234 not found
I need some code that will check that the PDF actually exists within the database and highlight or remove the hyperlinks that do not open a PDF.
Thank you.