I have some code that puts new text on first line of a text document. I need some code to read that first line from the text document, and then should write this text to the first cell, first column of an Excel document. Then my code would put new text on the first line of the text document. Need some code to read new text from the text document and this time put this text in second row, first column and the cycle repeats.
Can anyone give me some sample code to do this?