nonodu

nonodu

 Alemania @nonodu desde - visto
Preguntar

Preguntas

Pregunta en

Buenos días, quiero que una macro se ejecute automáticamente en función del valor de una celda.

La macro es la siguiente: Sub colores() Range("O11: AM87").Select For Each cell In Selection If cell.Value = "" Then cell.Interior.ColorIndex = 2 End If If cell.Value > "0,89" Then cell.Interior.ColorIndex = 50 End If If cell.Value > "0,60" Then If...
Sin respuestas

Suscríbete RSS