Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default EnableOutlining with shared workbook protected sheet?

Greetings and TIA for yor time
Dave Peterson gave the code below, which works fine on unshared
workbook(Thanks again Dave). I now need to apply this facility to a shared
workbook. I know that it is not possible to protect/unprotect worksheets in a
shared workbook. Is there any other way to enableOutlining for a shared book?

Private Sub Workbook_Open()
With Worksheets("sheet2")
.Protect Password:="hi", userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub
--
David
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Password protected and shared workbook David Excel Discussion (Misc queries) 1 October 15th 09 07:38 PM
Shared and protected workbook 2vao Excel Discussion (Misc queries) 3 May 27th 09 02:18 PM
Help with a protected shared workbook ChuckF Excel Worksheet Functions 0 May 23rd 06 04:20 PM
Mulit Users in a shared protected workbook Roxi Excel Discussion (Misc queries) 1 June 1st 05 06:40 PM
Protected Shared Workbook [email protected] Excel Programming 1 October 4th 04 07:32 AM


All times are GMT +1. The time now is 07:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"