kermitforney
Technical User
I would like to change the backcolor of a textbox to grey (RGB(128,128,128), After Update. The issues I am having are, one, VBA is not effective and does not change the back color
and , second, the only other way I know of accomplishing this is with Conditional Formatting, but I am not sure if this is possible comparing with a past value. In other words, I am not sure how to get Conditional Formatting to function upon and Edit action.
Any help is greatly appreciated. Thanks.
Code:
randtxtboxname.BackColor = RGB(128, 128, 128)
Any help is greatly appreciated. Thanks.