I am just new in excel vba, can you help me with this? I wrote this program, when it hits the function match, it gives me run time error # 13, also is there any wrong with the match function I wrote? Thanks for the help...
Private Sub CommandButton1_Click()
On Error GoTo eh
Dim user As...