+ Reply to Thread
Results 1 to 3 of 3

HOW DO I AUTOMATE CREATION OF JOB SHEETS?

  1. #1
    bobby smith
    Guest

    HOW DO I AUTOMATE CREATION OF JOB SHEETS?

    Hi all,
    I have a lot of customer data for job sheets that need printing out.
    I was wondering would anyone know if it would be possible for Excel to read
    in a data file, or even another excel spreadsheet and for each record/row
    create a new Job Sheet. Otherwise I have to manually create one job sheet
    for each row of customer data I have.
    Can I automate this so Excel reads one row/record then writes or creates a
    jobsheet, then does the same iteratively till it reaches the end of the
    row(s)/record(s).
    Any help on this would be much appreciated good folk .
    Can you program with Excel like you can for example with Cobol ??

    regs
    Bobby.



  2. #2
    STEVE BELL
    Guest

    Re: HOW DO I AUTOMATE CREATION OF JOB SHEETS?

    Create a loop for your data sheets.
    Use Worksheets.Add to add a new sheet
    (you can also specify where that sheet goes)

    Some people place it at the end of the workbook with
    Worksheets.Add after:=ActiveWorkbook.Worksheets.Count

    But be careful - you may create a heavy workbook.
    And your workbook will slow down and the number of sheets
    increases.

    I have up to 100 sheets in one workbook and it hasn't slowed much,
    but tests show that you will reach that point eventually.

    --
    steveB

    Remove "AYN" from email to respond
    "bobby smith" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all,
    > I have a lot of customer data for job sheets that need printing out.
    > I was wondering would anyone know if it would be possible for Excel to
    > read
    > in a data file, or even another excel spreadsheet and for each record/row
    > create a new Job Sheet. Otherwise I have to manually create one job sheet
    > for each row of customer data I have.
    > Can I automate this so Excel reads one row/record then writes or creates a
    > jobsheet, then does the same iteratively till it reaches the end of the
    > row(s)/record(s).
    > Any help on this would be much appreciated good folk .
    > Can you program with Excel like you can for example with Cobol ??
    >
    > regs
    > Bobby.
    >




  3. #3
    Tushar Mehta
    Guest

    Re: HOW DO I AUTOMATE CREATION OF JOB SHEETS?

    Yes, it is possible to program with VBA, a language that works closely
    with XL.

    However, in your case, you may want to check out MS Word's Mail Merge
    capability. Basically, in Word create a mail merge template and
    specify your XL document as the data source. Word can merge the data
    creating one copy of the template customized for each row of the data
    source.

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <[email protected]>, bobsmith34
    @yahooligans.com says...
    > Hi all,
    > I have a lot of customer data for job sheets that need printing out.
    > I was wondering would anyone know if it would be possible for Excel to read
    > in a data file, or even another excel spreadsheet and for each record/row
    > create a new Job Sheet. Otherwise I have to manually create one job sheet
    > for each row of customer data I have.
    > Can I automate this so Excel reads one row/record then writes or creates a
    > jobsheet, then does the same iteratively till it reaches the end of the
    > row(s)/record(s).
    > Any help on this would be much appreciated good folk .
    > Can you program with Excel like you can for example with Cobol ??
    >
    > regs
    > Bobby.
    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1