I'm using Application.Match to get the row number of a value, and to fill a form with all data of the row. It works perfect when sought value is alphanumeric, but error 13 is returned if sought value is numeric. Why?
Error occurs on line ultimafila = Application.Match(Me.textoCodigo.Value...