OK I replaced the line in the module with
Public Function ProcessFileImport(ByVal sFile As String, ByVal sTable As String, ByVal intStartRow As Integer) As String
How do I pass the number of rows back from the command button
I tried
inStartRow = 1
I get a variable not defined error.
I...