Please help me to solve this problem beacause it is not working
the form2 dont show when i click the NO button please help me.
if you have any suggestion about my code please tell me!!
Form2_Unload()
box=msgbox("Do you want to exit",vbYESNO,"Exit?")
if box=yes then
unload me
else
form2.show
end if
end sub
Thanks in advance