Hello,
I've the following UDF but it's not auto updating
Function GetFillColor(Rng As Range) As Long
GetFillColor = Rng.Interior.ColorIndex
End Function
I tried (Application.Volatile) and most of the solution found on internet but nothing changed, Any way to solve it??
I've the following UDF but it's not auto updating
Function GetFillColor(Rng As Range) As Long
GetFillColor = Rng.Interior.ColorIndex
End Function
I tried (Application.Volatile) and most of the solution found on internet but nothing changed, Any way to solve it??