claver
Aerospace
- Mar 6, 2003
- 45
Hi
Can anyone help with a simple macro that will take 3 or 4 columns Excel files … and remove all the rows that has multiple first field. Example :
123, 34234, 2232,2233,
123, 43294, 3233, 32
124, 5442, 4445, 4332
124, 44432, 54322, 4333
124, 4345, 4344, 4332
125, 4343,43215, 4334,
125, 435, 3443, 4345
And return a file with only :
123, 34234, 2232,2233,
124, 5442, 4445, 4332
125, 4343,43215, 4334,
Etc….. I have files with 20000+ lines….
Much appreciated…
Can anyone help with a simple macro that will take 3 or 4 columns Excel files … and remove all the rows that has multiple first field. Example :
123, 34234, 2232,2233,
123, 43294, 3233, 32
124, 5442, 4445, 4332
124, 44432, 54322, 4333
124, 4345, 4344, 4332
125, 4343,43215, 4334,
125, 435, 3443, 4345
And return a file with only :
123, 34234, 2232,2233,
124, 5442, 4445, 4332
125, 4343,43215, 4334,
Etc….. I have files with 20000+ lines….
Much appreciated…