- Subject: How To Offset a specific Number of Rows in a Text File
- Author: R Tanner
- Date: 22 Sep
- References:
Hi,
I have a macro that is going through and evaluating each line of a
text file and importing it if it meets specific criteria. I need to
skip a certain number of rows if a certain criteria is met. What
syntax would I use to skip down a certain number of lines? This is
how I have been opening the file thus far.
FileNum=FreeFile
FileName = "Q:\Operations\Feedback Scores.LOG"
Open FileName For Input Lock Write as FileNum