Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
2 questions - Text File example:
Account,Status,Val 001,NB,0 001,PI,50 001,PI,100 001,CE,100 002,PE,500 002,PI,250 002,PU,0 002,PU,0 003,PE,100 003,CE,100 I would like to pick up ALL records of any account where there is NO CE status and write it out to a separate file i.e. 002,PE,500 002,PI,250 002,PU,0 002,PU,0 I would like to pick up the LAST record of any account where PU = 0 002,PU,0 and write it out to a separate file It is easy to do this using a database but a need has arisen to do it upfront i.e before importing the data into the database and I thought a simple VBA app will suffice. I'm not looking for anything intricate - just a simple example of how to code this. Hil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to select one record of each from a column | Excel Discussion (Misc queries) | |||
How to select one record of each from a column | Excel Worksheet Functions | |||
Select last record for each account | Excel Discussion (Misc queries) | |||
How do I select the correct record? | Excel Discussion (Misc queries) | |||
list box record select | Excel Programming |