Oct 6, 2008 #1 dimshen Programmer Joined Oct 6, 2008 Messages 1 Location GB I have a large amount of data to manipulate in .txt format. i want to be able to specify sections of data from the text file and import chunks of it into excel for further manipulation. What VB function can i use to do this?? Many thanks for nay help!
I have a large amount of data to manipulate in .txt format. i want to be able to specify sections of data from the text file and import chunks of it into excel for further manipulation. What VB function can i use to do this?? Many thanks for nay help!
Oct 7, 2008 #2 Valarian23 Programmer Joined Oct 7, 2008 Messages 3 Location US Are you explicitly trying to avoid reading through the text file line by line to determine which data is wanted? Your question implies you want to do something a bit more complex, perhaps because you have a very large file. Upvote 0 Downvote
Are you explicitly trying to avoid reading through the text file line by line to determine which data is wanted? Your question implies you want to do something a bit more complex, perhaps because you have a very large file.