How to Change the Default Background Color in Excel

Below is a dataset that contains information about several Sales Representatives of the Armani group. Columns B, C, D, and E give the names of the sales representatives, the types of products they sell, and the products they sell in several months.

1.1-Overview of dataset


Method 1 – Modify Normal Cell Style to Change the Default Background Color

 

1-Default white background color

Steps:

  • From your Home ribbon, go to Home → Styles → Cell Styles → Normal → Modify

2-Selection of Modify feature

  • As a result, the Style dialog box will appear.
  • From the Style dialog box, select the Format

3-choose the Format option

  • The Format Cells dialog box will appear.
  • From the Format Cells dialog box, choose any color from the Fill tab as you want to change the default background color. We have chosen light Orange.
  • Press OK.

4-Choose light orange color from the Fill tab

  • Again, press OK.

5-press the OK option

  • You can change the default white background color to light orange.

6-Change the default white background color to light Orange color

  • To easily understand how to change the default background color, look at the below GIF file.

Modify Normal Cell Style to Change the Default Background Color in Excel


Method 2 – Run an Excel VBA Code to Change the Default Background Color

Steps:

  • Open a Module. From your Developer tab, go to Developer → Visual Basic

7-Selection of Visual Basic feature

  • A window named Microsoft Visual Basic for Applications – Change Default Background Color will appear.
  • Insert a module to apply our VBA code.
    • To do that, go to Insert → Module

8-Insertion of Module

  • The Change Default Background Color module pops up.
  • In the Change Default Background Color module, enter the below VBA code:
Sub ChangeDefaultBackgroundColor()
	Dim myStyle As Style
	Set myStyle = ThisWorkbook.Styles("Normal")
	myStyle.Interior.Color = RGB(255, 200, 204)
	' change the RGB values to the desired color
	ThisWorkbook.DefaultTableStyle = "TableStyleMedium2"
	' apply a table style to see the color changes
End Sub
  • Press Run to execute the VBA code.

Paste and run VBA code

  • You can customize the default white background color to require RGB color.

10-Customize the default white background color to require RGB color

  • To easily understand how to change the default background color, look at the below GIF file.

Run an Excel VBA Code to Change the Default Background Color


Method 3 – Change the Default Background Color by Choosing a Picture 

Steps:

  • From your Page Layout ribbon, go to Page Layout → Page Setup → Background
  • As a result, the Insert Pictures dialog box pops up.
  • Select the Form a file option to insert a picture as an Excel background.

11-Choose Background feature

  • Insert an image from your destination folder.
  • Press Insert.

12-Insertion of Picture as an Excel Background

  • You can change the default background color.

13-Changing default background color

Notes:

You can only change the default background color by choosing a picture as the Excel background of the current working sheet.

In the above first and second examples, you can customize the default background color automatically, but you can not do that in the third example.

The graphic picture is positioned in the background and repeatedly reproduced until it completely covers the space. This method has the advantage of not affecting any conditional formatting and preventing the background image from printing.

This example applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Office 365.

Read More: How to Change Background in Excel Sheet


How to Add or Change the Background Color of Cells Using the Fill Color Feature

Method 1 – Change the Background Color of the Entire Sheet

Steps:

  • Go to Home → Font → Fill Color
  • To change or add the background color, you can choose any color from the Fill Color feature. We have chosen light Blue.

14-Select the entire sheet

  • As a result, you can change the background color of the entire sheet.

15-changing the background color of the entire sheet


Method 2 – Changing the Background Color of Specific Cells

Steps:

  • Select a cell. We will select cell E10.
  • Pick the Orange color from the Fill Color feature under the Home ribbon.

16-Changing Background Color of Specific Cells


How to Apply a Pattern or Fill Effects to Excel Cells

Steps:

  • Choose the cell in which you want to change the background.
  • Right-click in the cell and choose the Format Cells… option from the context menu.

17-Pops up Context menu

  • The Format Cells window will appear.
  • Go to Fill Now. From the Pattern Color dropdown list, choose the pattern color you want for the pattern background.
  • Choose the pattern style from the Pattern Style dropdown list.
  • Select the Fill Effects option.

18-Apply the Pattern Style

  • A Fill Effects dialog box pops up.
  • Choose the Two colors option from the Fill Effects dialog box from the Colors list.
  • Choose your shading style from the Shading styles options.
  • Choose a variant from the Variants samples.
  • Click OK.

19-Select Two colors option

  • Again, click OK.

20-Click on the OK button

  • Using the Fill effects option, you can change the background color.

21-Change the background color using the Fill effects option

Read More: How to Change Background from Black to White in Excel


How to Change the Background Color Using Conditional Formatting

Steps:

  • Select a cell range. We will select cells B4 to F14.
  • From your Home ribbon, go to Home → Styles → Conditional Formatting → Highlight Cells Rules → Less Than

22-Apply conditional formatting feature

  • A Less Than dialog box will appear.
  • From the Less Than dialog box, type $25,000.00 under the Format cells that are LESS THAN typing box.
  • Select a color from the drop-down box named with. We selected Light Red Fill with Dark Red Text.
  • Press OK.

23-Use Conditional formatting rules

  • After completing the above process, you can change the background color.

24-Change background color to Light Red Fill with Dark Red Text


How to Remove Cell Colors, Patterns, or Fill Effects

You can remove the background colors, patterns, or fill effects of cells.

  • Select the cells from where you want to remove the background colors, patterns, or fill effects. From our dataset, we selected cells B4 to F14.
  • Select the Fill Color feature from the Home ribbon.
  • Select the No Fill feature.

25-Remove background color

Notes:

The other way is to select cells and press the Alt + H + H + N buttons one after one to remove the background colors, patterns, or fill effects of cells.

Read More: How to Change Background Color to Grey in Excel


Download the Practice Workbook

Download this workbook to practice.


Things to Remember

  • Changing the default background color only affects new workbooks or documents that you create; it does not affect existing workbooks or documents.
  • The default background color applies to all worksheets in a workbook. You cannot set different default background colors for different worksheets.
  • To change the default background color, create a new workbook or open an existing one and then select the Page Layout tab.
  • Always save your default background color settings for future use by selecting Save Current Theme from the Colors drop-down menu.
  • If you want to return to the original default background color, you can select the option to Reset to Theme Defaults from the Colors drop-down menu.
  • Changing the default background color is just one of many formatting options available in Excel. You can also customize your worksheets by changing the font, font size, cell borders, and number formatting.

Related Articles


<< Go Back to Excel Background | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdur Rahim Rasel
Md. Abdur Rahim Rasel

MD. ABDUR RAHIM is a marine engineer proficient in Excel and passionate about programming with VBA. He views programming as an efficient means to save time while managing data, handling files, and engaging with the internet. His interests extend to Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning, reflecting his versatile skill set. He earned a B.Sc in Naval Architecture & Marine Engineering from BUET, and now he has become a content developer, creating technical content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo