dear all,
I need help : i need macro to delete rows that contain specific text at the middle of the data. In my case : i want to delete rows that contain PPAA in the middle of the data, example :
Data :
2011-05-27 00:19Z 301979885 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 00:36Z 301981102 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 00:46Z 301982166 FTI01 PPAA 77001 97460 55385 14007
2011-05-27 00:46Z 301982171 FTI01 PPAA 77001 97460 55385 14007
2011-05-27 02:55Z 301987965 FTI01 AAXX 27034 97460 31458 72604
2011-05-27 00:48Z 301982299 FTI01 PPAA 77001 97460 90/12 00000
Result I want :
2011-05-27 00:19Z 301979885 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 00:36Z 301981102 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 02:55Z 301987965 FTI01 AAXX 27034 97460 31458 72604
Thanks for any help.
I need help : i need macro to delete rows that contain specific text at the middle of the data. In my case : i want to delete rows that contain PPAA in the middle of the data, example :
Data :
2011-05-27 00:19Z 301979885 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 00:36Z 301981102 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 00:46Z 301982166 FTI01 PPAA 77001 97460 55385 14007
2011-05-27 00:46Z 301982171 FTI01 PPAA 77001 97460 55385 14007
2011-05-27 02:55Z 301987965 FTI01 AAXX 27034 97460 31458 72604
2011-05-27 00:48Z 301982299 FTI01 PPAA 77001 97460 90/12 00000
Result I want :
2011-05-27 00:19Z 301979885 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 00:36Z 301981102 FTI01 AAXX 27004 97460 11459 70000
2011-05-27 02:55Z 301987965 FTI01 AAXX 27034 97460 31458 72604
Thanks for any help.