sInput = InputBox("Enter your name")
a=MsgBox 1("You entered: " & sInput , 4+0 , "Is that what you want entered?")
if a = vbyes then
b=msgbox("Yes" , 0+16 , "Yes")
end
a=MsgBox 1("You entered: " & sInput , 4+0 , "Is that what you want entered?")
if a = vbyes then
b=msgbox("Yes" , 0+16 , "Yes")
end