Hello,
I am using the following subroutine and recently I have received a run time error stating type mismatch in regards to the line: Sep = Chr(9). I never had an issue with that line in the past. Any ideas?
Sub DoTheImport()
Dim shtName As String
Dim Chr
shtName = "Product " &...