hello
here is a doubt
i want to differentiate between the ok and cancel button
on a inputbox
i want to know what button the user pressed.
how can i
i dont want the answer based on the string returned
as
if stringreturned <>"" then
cancel button pressed
else
ok button is pressed
end if

i want to know what button he pressed with out using the string
returned
please help me
quick