If a And b Then If c And d Then doSomething() End If End If
If a And b And c And d Then doSomething() End If