A
Andy G
Below is what I'm trying to do. I want to point to a certain control on a
form programatically. I know the code below is crap but it will give you a
good idea of what I'm trying to do. cnt will be a counter (1-20) that will
tell the code which control's back color to change.
Dim cnt As String
Dim box As String
Dim strControl As String
cnt = "1"
box = "Box"
strControl = box & cnt
strControl.BackColor = vbBlue
Thanks.
Andy
form programatically. I know the code below is crap but it will give you a
good idea of what I'm trying to do. cnt will be a counter (1-20) that will
tell the code which control's back color to change.
Dim cnt As String
Dim box As String
Dim strControl As String
cnt = "1"
box = "Box"
strControl = box & cnt
strControl.BackColor = vbBlue
Thanks.
Andy