problem is I can't get it to unload.
What I was hoping to achieve was that the user selects from a listbox on the userform(sheetfrm) clicks on a command button(cmdOK) and then it fires up another userform(matchfrm) closing the first one down
Private Sub CmdOK_Click()
gblnfinish = true
unload me
matchfrm.show
End Sub
What am I doing wrong?
Angie
What I was hoping to achieve was that the user selects from a listbox on the userform(sheetfrm) clicks on a command button(cmdOK) and then it fires up another userform(matchfrm) closing the first one down
Private Sub CmdOK_Click()
gblnfinish = true
unload me
matchfrm.show
End Sub
What am I doing wrong?
Angie