Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Macro that will sort and create different worksheets

I need to know if a macro can be created that will sort a worksheet, then
after sorting put sorted items on several different worksheets.

Example: If you sorted on a column that contains "In Progress," Not
Started," etc. (primary worksheet) can you have all the "In Progress" put on
the next worksheet, then the "not Started" on the third separate worksheet.

Any help with this would be great if it can be done...

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Macro that will sort and create different worksheets

Hi Patty

See
http://www.rondebruin.nl/copy5.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Patty" wrote in message ...
I need to know if a macro can be created that will sort a worksheet, then
after sorting put sorted items on several different worksheets.

Example: If you sorted on a column that contains "In Progress," Not
Started," etc. (primary worksheet) can you have all the "In Progress" put on
the next worksheet, then the "not Started" on the third separate worksheet.

Any help with this would be great if it can be done...

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Macro that will sort and create different worksheets

Personally, I wouldn't separate my data this way.

I'd apply data|filter|autofilter to that range and use the dropdown arrows to
show the info that I was interested in.

But if you want...

Ron de Bruin's EasyFilter addin:
http://www.rondebruin.nl/easyfilter.htm

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

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb

Patty wrote:

I need to know if a macro can be created that will sort a worksheet, then
after sorting put sorted items on several different worksheets.

Example: If you sorted on a column that contains "In Progress," Not
Started," etc. (primary worksheet) can you have all the "In Progress" put on
the next worksheet, then the "not Started" on the third separate worksheet.

Any help with this would be great if it can be done...


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to create Sort buttons Mr X Z Excel Discussion (Misc queries) 9 July 3rd 11 09:16 AM
create Macro €“ select data, sort by acc no., yr, part no, create P Johnny Excel Programming 0 November 22nd 06 03:18 PM
Help:macro to auto sort data to different worksheets... 2nd Time Around Excel Discussion (Misc queries) 2 August 6th 05 12:31 PM
Macro to sort worksheets alphabetically Inserting an option button in Word Excel Programming 2 June 10th 05 02:12 PM
Macro to sort Worksheets Stuart Farr[_7_] Excel Programming 1 July 14th 04 02:19 PM


All times are GMT +1. The time now is 05:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"