+ Reply to Thread
Results 1 to 2 of 2

create multiple worksheets in workbook from one csv file

  1. #1
    Lost in Windows
    Guest

    create multiple worksheets in workbook from one csv file

    I need to create multiple worksheets (one for each store) for a workbook from
    a single csv file that contains the location number. Is is possible? If so,
    how? Thanks

  2. #2
    Dave Peterson
    Guest

    Re: create multiple worksheets in workbook from one csv file

    After you import the CSV file into excel, you could use a macro that would
    create those other sheets.

    I'd steal some code from Debra Dalgleish's site:
    http://www.contextures.com/excelfiles.html

    Create New Sheets from Filtered List -- uses an Advanced Filter to create
    separate sheet of orders for each sales rep visible in a filtered list; macro
    automates the filter. AdvFilterRepFiltered.xls 35 kb

    or maybe Ron de Bruin's easyfilter.
    http://www.rondebruin.nl/easyfilter.htm

    If you're new to macros, you may want to read David McRitchie's intro at:
    http://www.mvps.org/dmcritchie/excel/getstarted.htm

    Lost in Windows wrote:
    >
    > I need to create multiple worksheets (one for each store) for a workbook from
    > a single csv file that contains the location number. Is is possible? If so,
    > how? Thanks


    --

    Dave Peterson

+ 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