Ok, I need some help.
When I run through the routine I am trying to automate manually, I get no errors on my import.
When I automate the routine using a macro, I am getting an error table with errors.
My macro looks like this:
Private Sub cmdImport_Click()
On Error GoTo Err_cmdImport_Click...