How can I tell Excel to highlight rows by their row number. For instance, let’s say I wanted row 6, 10, 150, 201 highlighted. Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is another one based on Mote’s
.EntireRow.Interior.ColorIndexThis one doesn’t restrict you to enter the row numbers but gives the user the flexibility to choose the rows at runtime.
FOLLOWUP
Yes there is a way. Let’s say the list in Cell A1 to A10 then you can use this code