I am learning to use VBA scripts for Excel macros. I have trouble to find the best examples of scripts to read the specific lines from text file and fill excel cells. For example, a text file has 100 lines. I would like to read lines 67 to 76 and fill Excel cells. I could not use .readall or .readline ??
Please help me out :)
now, will that script able to read lines 67 to 76 per text files. I have around 100 text files with same format.. can it print lines per file per cell on excel ?