Hello, my friends I m trying to generate alphanumeric ID based on combobox value, but facing error. Type mismatch. Runtime Error 13. Please help me
Thanks in advnce
Option Explicit
Sub GenNextTID()
Dim ws As Worksheet
Dim lr As Long, x As Long
Dim myName As String, lstNum As Variant
Set ws...