Skip to main content

How to copy one filled color only to a range in Excel?

Author: Sun Last Modified: 2024-10-08

In some cases, you may need to copy a cell’s filled color only to a range cells, but there is no paste option that can help you only paste the cell’s filled color in Excel. You may think of finding the same color from the Fill color list, but if the color cannot be directely found how can you do? Here I will introduce some tricks for you to quickly copy the cell color only and paste to a range in Excel.

Copy cell backgroud color only to a range with VBA

Quickly copy cell backgroud color only to a range with Copy Cell Formatting good idea3


arrow blue right bubble Copy cell backgroud color only to a range with VBA

In Excel, you only can use the VBA code to only copy a cell filled color.

Before running the VBA, you should know the number of the color you need to copy in the color list.

sample data of the number of the color

1. Press Alt + F11 to open Microsoft Visual Basic for Application window, and then click Insert > Module, then paste below VBA to the new Module window.

VBA: Copy one cell filled color only.

Sub color1()
Dim i As Integer
i = InputBox("Enter the colour number")Range("D1:F6").Interior.ColorIndex = i
End Sub

Tip: In the VBA, you can change the cell range as you need Range("D1:F6").Interior.ColorIndex = i.

2. Press F5 key to run this VBA. Then in the popping dialog, type the relative number of color into it. See screenshot:

vba code to enter the number of color

3. Click OK. The range has been filled with the 17th color.

the range is filled with the specific color

But with this VBA, you only can use the color on the color list, if the color is out of the list, it cannot work. So let’s move to another efficient method.


arrow blue right bubble Quickly copy cell backgroud color only to a range with Copy Cell Formatting

With Kutools for Excel’s Copy Cell Formatting feacture, whatever the color, it can help you quickly copy it only and paste it to other cells.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Enhanced with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

Free install Kutools for Excel and then follow below steps:

1. Select the cell you need to copy its filled color, click Kutools > Format > Copy Cell Formatting. See screenshot:

click Copy Cell Formatting feature of kutools

2. In the Copy Cell Formatting dialog, check Interior color/shading only. See screenshot:

check Interior color/shading in the dialog box

3. Click Ok, and select the cells you need to paste this color. See screenshot:

select the cells to paste the color

4. Click OK. The selected range is filled same color.

the selected range is filled same color

With Copy Cell Formatting feature, you also can copy the whole cell formatting, copy the cell font color only and so on.

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!