I need to change the text color of a button.
I know to change the background of a button is:
btn1.BackColor = vbBlue
but I don't know the code for just the text.
I need to change the text color of a button.
I know to change the background of a button is:
btn1.BackColor = vbBlue
but I don't know the code for just the text.