Excel Vba Textbox Forecolor Disabled

[Solved] Excel Vba Textbox Forecolor Disabled | Vb - Code Explorer | yomemimo.com
Question : excel vba textbox forecolor disabled

Answered by : vastemonde

' Textbox keeps its black forecolor (ie not grayed) when locked
With myTextbox .Locked = False .ForeColor = vbBlack .Locked = True
End With

Source : | Last Update : Thu, 18 Feb 21

Answers related to excel vba textbox forecolor disabled

Code Explorer Popular Question For Vb