You can loop through control array (sample below) or controls collection (if you don't have control array):
VB Code:
Dim i% On Error Resume Next For i = Frame.Lbound To Frame.Ubound Frame(i).BackColor = vbBlue Frame(i).ForeColor = vbWhite Next i
|
Results 1 to 17 of 17
Thread: [RESOLVED] Condense code...Threaded View
|
Click Here to Expand Forum to Full Width |