PatrickWWiggett
3 years agoNew Contributor III
WriteableTextColor
Hi All,
Does anyone know of a formatting string that will allow us to edit the textcolor of writeable cells in a cube view? I could split out the columns so that we have locked and writeable ...
- 3 years ago
Try exploring conditional formatting.
If cell is readonly Then
color1
else
color2
End If
I do not see readonly property in conditional formatting options though. See if you can use any other property there.