All,
I have a giant notepad filewith lots of data.
I need to chop it up into appropriate records. They data always starts with 123XYZ e.g. the following would be the contents of this notepad file:
123XWZ
data1 data1
data1 data1
0000XYZ
123XWZ
data1 data1
data1 data1
0000ABC
123XWZ
data1 data1
data1 data1
0000DEF
I want to be able to create a 3 files (maybe more depenign upon how many reocords exist) from this data with names "0000####" from the appropriate data in them. Please advise I am very very new to VB.
Thank you