+ Reply to Thread
Results 1 to 1 of 1

Protecting workbooks but allow use of colour pallet

  1. #1
    Forum Contributor thompsy121's Avatar
    Join Date
    09-25-2008
    Location
    Newcastle upon Tyne - UK
    MS-Off Ver
    Office 365
    Posts
    119

    Protecting workbooks but allow use of colour pallet

    Hi All,

    i am currently working with protected workbooks but i need to allow the use of autofilters and the colour pallet to allow colour changes/fill colour.

    Currently i am using the following code to allow the autofilter:

    Private Sub Workbook_Open()
    With Sheets("Sheet Name")
    .EnableAutoFilter = True
    .Protect "password", userinterfaceonly:=True
    End With

    I was wondering if i could use something similar to allow the colour pallet e.g.

    .EnableCoulorPalet = True
    .Enable?????????? = True

    Advice on this would be appreciated.

    Thanks
    Last edited by thompsy121; 02-14-2009 at 01:23 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1