Wednesday, March 21, 2012

RGB Function

Hi,
How can we use RGB function to have our custom colors for fields ? It's always displaying white color.
Else, please convey, if we cannot go beyong the stipulated colors provided in the combo.
Thanks,Color is a string. You need to convert RGB result into appropriate format:
=String.Format("#{0:x6}",RGB(35,1,96))
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"push" <push@.discussions.microsoft.com> wrote in message
news:FB8538AB-14CB-4B30-BC93-7F7EC6C7BDDF@.microsoft.com...
> Hi,
> How can we use RGB function to have our custom colors for fields ? It's
> always displaying white color.
> Else, please convey, if we cannot go beyong the stipulated colors provided
> in the combo.
> Thanks,

No comments:

Post a Comment