Data Validation Link to Color Coating

  • Thread starter Thread starter brad.harris11
  • Start date Start date
B

brad.harris11

I have a several sheet document that has an index with hyperlinks to 300 different selections. What I wanted to add is a data validation list that if a specific selection was made, such as yes or no it would color code the row or cells on the associated sheet. Has anyone know how to accomplished that and if so did you use Macros or VB? Thanks for any help.

I can send an example of the workbook if necessary.
 
I have a several sheet document that has an index with
hyperlinks to 300 different selections. What I wanted
to add is a data validation list that if a specific
selection was made, such as yes or no it would color code
the row or cells on the associated sheet. Has anyone know
how to accomplished that and if so did you use Macros or VB?
Thanks for any help.

I can send an example of the workbook if necessary.

Here is a non-VB workbook that has cell value coloring.

It even has a gradient cell that changes color based on numeric value
from red at zero to green at full value.

They are on the MS template site.

http://tinyurl.com/7d92gwf

This one fills entire bands based on a value in a cell

http://office.microsoft.com/en-us/templates/resistor-value-decoding-tool-version-2-TC102182467.aspx

Both are macro free function generated event workbooks.

I am sure there are better and worse methodologies out there.
 
Back
Top