WisdomandLaughter
New Member
- Joined
- May 28, 2008
- Messages
- 35
Good day,
I am using the following code to allow users to unhide sheets in a protected workbook without compromising the structure of the workbook
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" /><o
></o
><o
></o
>
Sub Protect()<o
></o
>
<o
></o
>
ActiveWorkbook.Unprotect<o
></o
>
Application.Run "Update.xls!GotoNextHiddenWS"<o
></o
>
ActiveWorkbook.Protect Structure:=True, Windows:=False<o
></o
>
<o
></o
>
End Sub
<o
></o
>
Is there a way to also allow users to change the tab names without compromising the structure of the workbook?
Thank you!
Judy
I am using the following code to allow users to unhide sheets in a protected workbook without compromising the structure of the workbook
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
Sub Protect()<o
<o
ActiveWorkbook.Unprotect<o
Application.Run "Update.xls!GotoNextHiddenWS"<o
ActiveWorkbook.Protect Structure:=True, Windows:=False<o
<o
End Sub
<o
Is there a way to also allow users to change the tab names without compromising the structure of the workbook?
Thank you!
Judy