Is there a way to allow a user to edit an inserted hyperlink in a protected worksheet? The cell that contains the hyperlink is unlocked. Thank you. -scott
Is there a way to allow a user to edit an inserted hyperlink in a protected worksheet? The cell that contains the hyperlink is unlocked. Thank you. -scott

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
The hyperlink formula contains two parts:- e.g " =HYPERLINK(Sheet 1!$A$1,A1)" means that the actual hyperlink is taken from cell a1 in worksheet 1and the "friendly" name (the text that appears in the cell, is taken from cell a1 in the protected worksheet.
Therefore you could allow people to edit the cell in worksheet 1, whilst keeping your protected workksheet safe
Regards
Robert
You will have to either create a macro to first unprotect the sheet to allow editing then reprotect
or do as Robert suggested and place hyperlink formula in the cell (protect this cell) and have the "reference" to the link in another (unprotected cell) to allow editing.
Steve