HughLerwill
Programmer
Dear all,
When I do;
UserForm1.TextBox1.BackColor = RGB(128, 255, 128)Sheet1.Cells(1, 1).Interior.Color = RGB(128, 255, 128)
The textbox gets coloured as intended (a mid green), the Cell however ends up Grey.
UserForm1.TextBox1.BackColor = RGB(205, 231, 231)'a light blue
Sheet1.Cells(1, 1).Interior.Color = RGB(205, 231, 231)
works more successfully but the shades of blue produced in the Textbox and Cell are slightly different.
What's going on? Any ideas?
regards Hugh,
When I do;
UserForm1.TextBox1.BackColor = RGB(128, 255, 128)Sheet1.Cells(1, 1).Interior.Color = RGB(128, 255, 128)
The textbox gets coloured as intended (a mid green), the Cell however ends up Grey.
UserForm1.TextBox1.BackColor = RGB(205, 231, 231)'a light blue
Sheet1.Cells(1, 1).Interior.Color = RGB(205, 231, 231)
works more successfully but the shades of blue produced in the Textbox and Cell are slightly different.
What's going on? Any ideas?
regards Hugh,