Macro to change row color once row is completed

Cornerstone5576

New Member
Joined
Mar 26, 2011
Messages
2
I need a macro that will recognize when every cell in a row is filled in (from column A to N) and then change that row color to green. This is for a worksheet that I would like to have change row color once each row has been fully completed by the end user. If there are any blanks in the row it must not change color.

Any help would be greatly appreciated, Thanks.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
This can be done using Conditional Formatting: select the range, Format > Conditional Formatting, use the Formula Is option on the dropdown and use the formula below

Excel Workbook
ABCDEFGHIJKLMN
134768399947388819011894763
2818451002647163882861260
Sheet4
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =COUNTA($A1:$N1)=14Abc
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,822
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top