Does that help you?
if Condition1 = true then
if condition2 = true then
' do something
else (condition2 = false)
' do something else
end if
else ' (if condition 1 = false)
if condition3= true then
' do something
else (condition3 = false)
' do something else
end if
end if