Bob, I found this in another of your posts and it is exactly what I'm looking for...
However, how does it know what the file name is?
I guess you pass it to the sub from the form when you call the sub?
Public Sub ConvertTextFile(strInputFile As String, strOutputFile As String)
Dim...