I am trying to write a macro that will import a text file. We download reports from another incompatible program to text files that consistently have the same number of irrelevant leading lines at the top. I want the program to ignore the first four lines (or records, if they were successfully imported) and only import the lines of data after that.
What would be the easiest way? I am designing a database to store the data, and I want it to be very easy for non-access users to use. (i.e., push a button, file is imported, end of story) Thanks in advance for any help you can offer.
What would be the easiest way? I am designing a database to store the data, and I want it to be very easy for non-access users to use. (i.e., push a button, file is imported, end of story) Thanks in advance for any help you can offer.