Я ищу, чтобы создать дерево из моего начального If vbYes = msgbox ("оператор"). Если пользователь выбирает ДА, может ли это привести к появлению дополнительного сообщения ДА / НЕТ?
If vbYes = MsgBox("Do you have Federal Employee Health Benefits (FEHBB), such as Blue Cross Blue Shield?", vbYesNo + vbQuestion) Then
If vbYes = MsgBox("Would you like to terminate/suspend your Federal Employee Health Benefits (FEHBB) while on orders?", vbYesNo + vbQuestion) Then
FEHBCancel = InputBox("Please initial here to cancel/suspend your FEHB.")
Else
KeepFEHB = InputBox("Please select if you would like to incur a debt (deductions would be doubled when you return to duty until the debt is paid off), or you can set-up payments through a separate checking account and continue to make payments.")
Else
NoFEHB = InputBox("Please initial here indicating that you do not have Federal Employee Health Benefits.")
End If
Я не уверен, как выстроить это в ряд, чтобы я мог сделать эти утверждения и не получить конец Если ошибка ...