Davy
3 years agoContributor
Why is 1S not formating pink (which is returned by u8#formula) ?
Hi,
I have a u8#memberformula that I am trying to use for the first time - to format the background color of a cell.
I know that setting
BackgroundColor = pink
will cause the cell to turn pink.
BackgroundColor = u8#memberfomula
my u8#memberformula has only one line:
Return "pink"
For unknown reason, 1S is not formating my cells pink ??
(I assume the text "pink" is returned by u8#formula)
I know my formula is executed by 1S because I put a debug statement in there and it is showing in Error Log that my formula is executed .