A
Andy G
I have a big loop in the OnOpen event of a form. Inside this loop I want to
change the color of these boxes as the records are processed. It seems like
when the myControl.BackColor = vbBlue is ran inside the loop it doesn't have
an event to make it change. The color of the boxes change after a msgbox is
thrown after the line of code to change the box color.
Any ideas?
change the color of these boxes as the records are processed. It seems like
when the myControl.BackColor = vbBlue is ran inside the loop it doesn't have
an event to make it change. The color of the boxes change after a msgbox is
thrown after the line of code to change the box color.
Any ideas?