quote:
Originally posted by mwe99
nope still comes up red... here look
it doesn't seem to like the & sign
i have the colour going in the box... i just need something to tell the other colours to go to the next box
so after cmdfinal1 has been filled, automatically make the next colour go to cmdfinal2
Well try this code:
(If your version of VB recognises "ME" - otherwise replace "me" with the box name)
code:
"C" & selector.backcolor = me.backcolor
If selector =< 4 then
selector = selector + 1
end if