processing excel rows - separate workbooks/worksheets 
Author Message
 processing excel rows - separate workbooks/worksheets

I am trying to process the no of records in a excel worksheet.

Eg my Primary worksheet contains 40000 rows

Company/Project No/Project Manager/Project Status
02            004502    Bill Symonds        A
02            004503    Bill Synmods        C
02            004504    Bill Synmods        C
02            004505    Bill Synmods        A
02            002362    Fred Smythe        A
02            002363    Fred Smythe        C
02            002364    Fred Smythe        A
03            004572    Tom Riley            A
03            004573    Tom Riley            A
03            004574    Tom Riley            A
05            000262    Peter Jacobs        A
05            000263    Peter Jacobs        A
05            000264    Peter Jacobs        A
05            000269    Peter Jacobs        A

This file contains 40000 records in the spreadsheet, I want to be able to
split the worksheet so;

Create a new workbook for each Project Manager containing
    1 Worksheet named "Active"
    1 Worksheet named "Historical"

Can someone tell me how to process the records in the worksheet to be able
to do this.

Regards,

Scott.



Mon, 23 Aug 2004 11:54:46 GMT  
 processing excel rows - separate workbooks/worksheets


Quote:
> I am trying to process the no of records in a excel worksheet.

> Eg my Primary worksheet contains 40000 rows

> Company/Project No/Project Manager/Project Status
> 02            004502    Bill Symonds        A
> 02            004503    Bill Synmods        C
> 02            004504    Bill Synmods        C
> 02            004505    Bill Synmods        A
> 02            002362    Fred Smythe        A
> 02            002363    Fred Smythe        C
> 02            002364    Fred Smythe        A
> 03            004572    Tom Riley            A
> 03            004573    Tom Riley            A
> 03            004574    Tom Riley            A
> 05            000262    Peter Jacobs        A
> 05            000263    Peter Jacobs        A
> 05            000264    Peter Jacobs        A
> 05            000269    Peter Jacobs        A

> This file contains 40000 records in the spreadsheet, I want to be able to
> split the worksheet so;

> Create a new workbook for each Project Manager containing
>     1 Worksheet named "Active"
>     1 Worksheet named "Historical"

> Can someone tell me how to process the records in the worksheet to be able
> to do this.

> Regards,

> Scott.

Scott,

How are you deciding which records are Active and which are Historical?

Henry



Tue, 24 Aug 2004 05:34:21 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How can I open Excel workbook without using Excel.Worksheet

2. deleting worksheet in excel workbook

3. Export Excel worksheets to separate files (VBA)

4. Word/Excel Insert Single Worksheet from Workbook

5. function to see if an Excel worksheet name exitsts in a workbook

6. Excel - Use the current workbook and worksheet

7. detect the worksheet-names in an EXCEL 5.0 workbook

8. Excel Workbook vs. Worksheet

9. wsh/vba for excel automation: moving worksheets beetween workbooks

10. Accessing a worksheet in an Excel workbook

11. Save a Worksheet in Excel to a Master Workbook

12. Getting Tab separated data from Word to Access, Excel or simply process it from VB

 

 
Powered by phpBB® Forum Software