hi i have query in VBA
sub onerrr()
on err goto err:
{
.....some code
......some code
}
err:
msgbox "Contact for help"
end sub()
in this program i am trying to display that msgbox only if error occurs
but it is displaying even if error is not there.. plz help me
Bookmarks