chrisjames25
Registered User.
- Local time
- Today, 00:19
- Joined
- Dec 1, 2014
- Messages
- 404
Doh i was doing so well. Not sure if this should be new thread or not as very related but i have now added the following code to do forecolor as well but it seems to make the box turn black not orange. If this not how you would type to change the forecolor:
Appreciate i am turning forecolor and backcolor the same color in this example - not my final plan but was just testing code and sure the issue straightaway.
Code:
Dim ctl As Control
For Each ctl In Me.Controls
If ctl.Tag = "C" Then ctl.BackColor = ConButtonBackColor And ctl.ForeColor = ConButtonBackColor
Next
Appreciate i am turning forecolor and backcolor the same color in this example - not my final plan but was just testing code and sure the issue straightaway.