Dim y, x As Integer
If Len(Trim(TextBox2 & TextBox3 & TextBox4 & "")) = 0 Then MsgBox "hepsi boş"
y = IIf(Len(Trim(TextBox5 & "")) > 0, 1, 0)
x = IIf(Len(Trim(TextBox6 & "")) > 0, 1, 0)
If x + y = 1 Then MsgBox "kutulardan biri boş"
böyle yazınca çalışıyor ama iş uzatılmış oluyor)