S
sameer2211
Hi,
I have one problem,i have to cut some data from one text file and
paste it to another new text file using excel macro.
eg.
Text file 1 new Text file 2
aaaaaaaa aaaaaaaaa
abcdefghij bbbbbbbbbb
1234567890
aaaaaaaa
bbbbbbbb
the logic should be search text 'aaaaaaa' from bottom of Text file 1
(as this text is repeating in file so i want to search its last
occurence)and cut the data starting from text 'aaaaaa' upto end of
text file and paste it to new text file.
I have one problem,i have to cut some data from one text file and
paste it to another new text file using excel macro.
eg.
Text file 1 new Text file 2
aaaaaaaa aaaaaaaaa
abcdefghij bbbbbbbbbb
1234567890
aaaaaaaa
bbbbbbbb
the logic should be search text 'aaaaaaa' from bottom of Text file 1
(as this text is repeating in file so i want to search its last
occurence)and cut the data starting from text 'aaaaaa' upto end of
text file and paste it to new text file.