All,
I am currently using the below in a piece of code to change the colour of the text.
The problem I am having is that, although the colour is changed, the RGB values do not match those which I specify. For example, the above actually gets changed in the spreadsheet to 128, 128, 0.
I know this is a minor thing, but I can't understand why when specifying the colours like this, that they do not appear as expected. Any suggestions welcome.......
Thanks,
I am currently using the below in a piece of code to change the colour of the text.
Code:
Cells(i, 11).Font.Color = RGB(107, 143, 0)
The problem I am having is that, although the colour is changed, the RGB values do not match those which I specify. For example, the above actually gets changed in the spreadsheet to 128, 128, 0.
I know this is a minor thing, but I can't understand why when specifying the colours like this, that they do not appear as expected. Any suggestions welcome.......
Thanks,