When I try to test this code, I'm getting an Error Type 13, but I haven't been able to find where there's a data mismatch. Thoughts?
Option Explicit
Dim coboDict As Object
Private Sub cmd_Close_Click()
Unload Me
End Sub
Private Sub cmd_Submit_Click()
Dim ws1 As Worksheet
Dim LastRow As...