Need help - color cells

  • Thread starter Thread starter dot
  • Start date Start date
D

dot

I'm new to VBA & I need help to:

count number of cells of based on the background color & value in
cells.
color of cells can be red, orange, yellow, green & no color.
each of these cells contain value which can be K1, K2, K3, P1, P2.

what I need in the end will be something like:

green & K1 = ?
green & K2 = ?
green & k3 = ?
green & p1 = ?
green & p2 = ?

yellow & k1 = ?
yellow & k2 = ?
& so on...

orange & K1 = ?
& so on....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top