How to Remove Background Color in Excel (5 Ways)

Method 1 – Use the Fill Color Feature to Remove Background Color in Excel

Steps:

  • Select the cells you want to remove the background color. We have selected cells (D6:G10).
  • While the cells are selected, click the “Fill Color” icon from the home tab.
  • From the drop-down menu, choose “No fill”.

  • The background color in the cells will be removed.

Use Fill Color Feature to Remove Background Color in Excel

Read More: How to Change Background in Excel Sheet


Method 2 – Utilize Clear Rules Option for Conditional Formatting to Remove Background Color

Steps:

  • Select cells (D6:G10) and open the drop-down list of conditional formatting from the home

Utilize Clear Rules Option for Conditional Formatting to Remove Background Color

  • Go to Clear Rules > Clear Rules from Selected Cells.

  • The background color will be removed from all the selected cells.

Utilize Clear Rules Option for Conditional Formatting to Remove Background Color

Read More: How Do I Change the Default Background Color in Excel


Method 3 – Perform Clear Formats Feature to Remove Background Color in Excel

Steps:

  • Select cells (D6:G10) and go to your workbook’s home.
  • Click on “Editing” and choose “Clear Formats” from the “Clear” option.

  • The background color will be removed from the selected cells.

Perform Clear Formats Feature to Remove Background Color in Excel

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


Method 4 – Use the Format Cells Feature to Remove the Background Color

Steps:

  • Select the cells (D6:G10).
  • Right-Click on the selected cells.

  • From the options, select “Format Cells”.

Use Format Cells Feature to Remove Background Color

  • In the “Format Cells” pop-up window, click “Fill” and choose “No Color”.
  • Click OK.

Use Format Cells Feature to Remove Background Color

  • The background color will be removed from the selected cells.

Read More: How to Change Background Color in Excel


Method 5 – Apply Excel VBA to Remove Background Color

Steps:

  • Select cells (D6:G10) and press Alt+F11.

  • A new window will appear named “Microsoft Visual Basic for Application”.
  • In the “Microsoft Visual Basic for Application” window, click on “Insert” and select “Module”.

Apply Excel VBA to Remove Background Color

  • In the module, enter the following VBA code.
Sub RemovebackgroundColor()
Selection.Interior.Color = xlNone
End Sub
  • Press the Run Sub button or use the keyboard shortcut F5 key to run the code.

  • After running the VBA, the background color will be removed from the selected cells.

Apply Excel VBA to Remove Background Color

 


Download Practice Workbook


Related Articles


<< Go Back to Excel Background | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Wasim Akram
Wasim Akram

Wasim Akram holds a BSc degree in Industrial and Production Engineering from Ahsanullah University of Science and Technology. Over the past 2 years, he has been actively contributing to the ExcelDemy project, where he has authored more than 150 articles. Now, he is working as an Excel VBA and Content Developer. He likes learning new things about Microsoft Office, especially Excel VBA, Power Query, Data Analysis, and Excel Statistics. He is also very interested in machine learning and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo