potresti fare in questo modo:
codice:
 Private sub textbox4_textchanged
if textbox1.text="" and
textbox2.text="" and
textbox3.text="" then
button1.enabled=false
else
button1.enabled=true
end if
p.s. scusa se il codice non è scritto bene, l'ho scritto senza vb sotto.