+ Reply to Thread
Results 1 to 7 of 7

How to disable fill color but still have other formatting options available?

  1. #1
    Registered User
    Join Date
    05-26-2019
    Location
    Calgary, Alberta
    MS-Off Ver
    2010
    Posts
    3

    How to disable fill color but still have other formatting options available?

    I have an excel workbook that is used by multiple users and they need to be able to do things like making font bold or changing the color of the font, but I don't want them to be able to change the color formatting for the cells themselves. I've looked at locking/protecting the sheets but we use the rest of the formatting on a daily basis. Can anyone help me with a VBA or something that would simply disable or hide the fill color option?

    Thanks

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: How to disable fill color but still have other formatting options available?

    Hi, welcome to the forum.
    Windows 10 is not an MS-Off version, you should correct that in your profile.
    Aside from that I'm almost 200% sure that that's not possible.
    You could try something with conditional formatting to set the formatting to no fill, you might need a condition too that could be cell not empty and the entire range the users work in as target range, just an idea but maybe that would do the trick
    A VBA option is also on selection change check that if a fill corol is used then reset it to xlNone , so if target fill is not xlNone set it to xlNone
    Play around with this
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Registered User
    Join Date
    05-26-2019
    Location
    Calgary, Alberta
    MS-Off Ver
    2010
    Posts
    3

    Re: How to disable fill color but still have other formatting options available?

    Thanks, I misread what it was asking for with the MS-Off version. I'm going to blame not enough coffee or frustration at having stared at my screen for too long trying to figure this out on my own. Maybe both.
    I'll try working on the conditional formatting route and see if I can figure anything out that way.

    Thanks for the advice.

  4. #4
    Forum Expert dangelor's Avatar
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    365 Pro Plus
    Posts
    2,274

    Re: How to disable fill color but still have other formatting options available?

    Possibly by adding this to the worksheet's code module
    Please Login or Register  to view this content.

  5. #5
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: How to disable fill color but still have other formatting options available?

    @dangebor: that's the macro idea, great and simple

  6. #6
    Registered User
    Join Date
    05-26-2019
    Location
    Calgary, Alberta
    MS-Off Ver
    2010
    Posts
    3

    Re: How to disable fill color but still have other formatting options available?

    I was able to get the Conditional Formatting to do what I wanted.

    Thanks for all the assistance.

  7. #7
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: How to disable fill color but still have other formatting options available?

    Great, don't forget to mark the post SOLVED

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fill and text color palettes change color options.
    By greenfox74 in forum Excel General
    Replies: 0
    Last Post: 05-23-2019, 08:41 AM
  2. [SOLVED] How to put fill color in dropdown options
    By Excelforum*ser_mH7 in forum Excel General
    Replies: 4
    Last Post: 04-24-2018, 02:56 AM
  3. [SOLVED] Why are my fill color options only grays?
    By karstens in forum Excel General
    Replies: 9
    Last Post: 04-02-2015, 05:14 PM
  4. [SOLVED] Click oval option button to fill/unfill color, also change border color to match fill
    By Rocky2013 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-07-2015, 08:29 PM
  5. Replies: 1
    Last Post: 06-16-2013, 12:35 AM
  6. [SOLVED] How do I get more color options for fill in for cells, excel 2003?
    By Inge in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-28-2006, 03:50 PM
  7. [SOLVED] Formatting Cells-other color options
    By RosemarySF in forum Excel General
    Replies: 2
    Last Post: 07-07-2005, 11:05 AM

Tags for this Thread

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