I figured out that the initial error was due to acImport,3 (used for Lotus). So I updated to acImport, 12.
New Values...
Private Sub Command0_Click()
DoCmd.TransferSpreadsheet acImport, 12, _
"States", "C:\Users\LACHONDA\Documents\STATES.xlsx", True, "A1:G12"
End Sub
Now I am receiving the...