Se invece vuoi che sia abilitato solo se ogni textbox contiene UN SOLO carattere potresti fare:
codice:
 Private sub textbox4_textchanged
if textbox1.trim.lenght<>1 and
textbox1.trim.lenght <> 1
textbox1.trim.lenght <> 1
textbox1.trim.lenght <> 1 then
button1.enabled=true
else
button1.enabled=false
end if