Does anyone know or have a conversion tool for vb colours.
VB uses &H8000000F& style
I know the colour I want in the HTML format i.e. #ffe7d6
anyone have any ideas?
Printable View
Does anyone know or have a conversion tool for vb colours.
VB uses &H8000000F& style
I know the colour I want in the HTML format i.e. #ffe7d6
anyone have any ideas?
Just replace the # with &H.
So the color #FFE7D6 would be &HFFE7D6...:)
Is that color a very light blue?