Pessoal
Estou com uma duvida simples sobre como posso fazer um "ifmsgbox" com tres opções, tipo: yes,no,cancel.
tentei fazer assim:
if msgbox ("xxx",vbquestion+vbyesnocancel,"xxx")=vbyes then
call xxxxxx
elseif msgbox = vbcancel then
call xxxx
else call xx
endif
mas nao deu certo...
Como posso fazer?
Estou com uma duvida simples sobre como posso fazer um "ifmsgbox" com tres opções, tipo: yes,no,cancel.
tentei fazer assim:
if msgbox ("xxx",vbquestion+vbyesnocancel,"xxx")=vbyes then
call xxxxxx
elseif msgbox = vbcancel then
call xxxx
else call xx
endif
mas nao deu certo...
Como posso fazer?