Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Thomas Evans   on Mar 18 In MS Office Category.

  
Question Answered By: Mansur Bashara   on Mar 18

i tried the following
code , but did not work

With ActiveSheet
.Unprotect Password:="aaa"
With .Range("N8")
.Locked = False
.DrawingObjects:= True, Contents:=True, Scenarios:=True,
AllowInsertingHyperlinks:=True
End With
.Protect Password:="aaa"
End With

Also i tried the following :

Worksheets("Sheet1").Unprotect password:="aaa"
Worksheets.DrawingObjects := True, Contents:=True, Scenarios :=True,
AllowInsertingHyperlinks :=True
Worksheets("Sheet1").Protect password:="aaa"

whatz problem with the code?

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Enable hyperlink in protected sheet Or get search suggestion and latest updates.


Tagged: