Protection.AllowInsertingHyperlinks Property
Excel Developer Reference |
Returns True if the insertion of hyperlinks is allowed on a protected worksheet. Read-only Boolean.
Syntax
expression.AllowInsertingHyperlinks
expression A variable that represents a Protection object.
Remarks
Hyperlinks can only be inserted in unlocked or unprotected cells on a protected worksheet.
The AllowInsertingHyperlinks property can be set by using the Protect method arguments.
Example
This example allows the user to insert a hyperlink in cell A1 on the protected worksheet and notifies the user.
Visual Basic for Applications |
---|
|
See Also