Hello, I have the following code and continue to receive the run-time error #52: bad file name or number
Open FName For Input Access Read As #iF1
While Not EOF(iF1)
Line Input #iF1, WholeLine
If Right(WholeLine, 1) <> Sep Then
WholeLine = WholeLine & Sep...