L
Lisandro Oliveira
How can I know what is the color of the value of variable?
Example:
Cell A1 = “test†(it’s in red)
VBA:
Dim var as string
Var = range(“A1â€).value
If var.Interior.ColorIndex = red then
Msgbox “redâ€
End if
Tks,
Lisandro
Example:
Cell A1 = “test†(it’s in red)
VBA:
Dim var as string
Var = range(“A1â€).value
If var.Interior.ColorIndex = red then
Msgbox “redâ€
End if
Tks,
Lisandro