G
Guest
I have one large Excel workbook that I need to break apart and save as
several separate workbooks. The separation point is a column value rather
than a specific cell.
For example, I have several rows where Column A='00001'. I need a macro
that says to delete all rows where Column A<>'00001' and save the file with a
different name. Then I need to open the larger file again and do the same
thing for rows where Column A<>'00002', and so on several more times.
Does anyone know how to write a code in Visual Basic that would do this?
Any suggestions would be extremely helpful.
Mary
several separate workbooks. The separation point is a column value rather
than a specific cell.
For example, I have several rows where Column A='00001'. I need a macro
that says to delete all rows where Column A<>'00001' and save the file with a
different name. Then I need to open the larger file again and do the same
thing for rows where Column A<>'00002', and so on several more times.
Does anyone know how to write a code in Visual Basic that would do this?
Any suggestions would be extremely helpful.
Mary