Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Enable users to edit charts on a protected worksheet

Hi,

I have a worksheet where I need to protect from users editing the
content. However, I would like the user to format the excel charts
within the workheet, i.e. they can copy the charts, change the sizes
and also re-format.

I have used this VB code to protect my worksheets in the past. Is
there a way of amending this code to also enable the users to edit
charts?

Sheet1.Protect Password:="password", DrawingObjects:=True, _
contents:=True, Scenarios:=True, _
userinterfaceonly:=True
Sheet1.EnableAutoFilter = True
Sheet1.EnableOutlining = True

Thanks for your help!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Enable users to edit charts on a protected worksheet

On Jul 8, 9:48*pm, wrote:
Hi,

I have a worksheet where I need to protect from users editing the
content. However, I would like the user to format the excel charts
within the workheet, i.e. they can copy the charts, change the sizes
and also re-format.

I have used this VB code to protect my worksheets in the past. Is
there a way of amending this code to also enable the users to edit
charts?

Sheet1.Protect Password:="password", DrawingObjects:=True, _
* * * * contents:=True, Scenarios:=True, _
* * * * userinterfaceonly:=True
*Sheet1.EnableAutoFilter = True
*Sheet1.EnableOutlining = True

Thanks for your help!!


Can anyone please help me with my question???
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Enable users to edit charts on a protected worksheet

On Jul 10, 9:39*pm, Dave Peterson wrote:
I didn't test this, but it won't take too long for you to try protecting the
worksheet with DrawingObjects:=false.





wrote:

Hi,


I have a worksheet where I need to protect from users editing the
content. However, I would like the user to format the excel charts
within the workheet, i.e. they can copy the charts, change the sizes
and also re-format.


I have used this VB code to protect my worksheets in the past. Is
there a way of amending this code to also enable the users to edit
charts?


Sheet1.Protect Password:="password", DrawingObjects:=True, _
* * * * contents:=True, Scenarios:=True, _
* * * * userinterfaceonly:=True
*Sheet1.EnableAutoFilter = True
*Sheet1.EnableOutlining = True


Thanks for your help!!


--

Dave Peterson- Hide quoted text -

- Show quoted text -


Thanks for replying!
That worked!!
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
Edit text format in non-protected cells in protected worksheet Bonnie Excel Discussion (Misc queries) 2 April 19th 08 04:48 PM
How do I allow users to edit links in a protected worksheet? Shere Excel Worksheet Functions 0 November 5th 07 02:53 PM
Enable outlining in a protected worksheet johnb Excel Discussion (Misc queries) 8 October 12th 07 08:15 PM
How do I enable the spellchecker in a protected worksheet? Anne CFS Excel Programming 6 July 12th 07 11:12 PM
Enable grouping in protected worksheet malik641[_28_] Excel Programming 2 September 6th 05 12:34 PM


All times are GMT +1. The time now is 01:38 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"