Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 84
Default Arrange sheet in specific order with VBA

I have a report I'm sorting into numerous sheets in the same workbook. The
first sheet is titled "All Records". I want to populate "sheet 6" with all
the data from the "All Records" sheet but I want the data in order by
specific text in column B. I want all items with "Black" in column B first,
followed by all rows with "Red" next, then "Blue" followed by "Green". How
would I code something like this? I appreciate your help, thank you.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 145
Default Arrange sheet in specific order with VBA

How about

copy All Records to sheet 6;
replace Black, Red, Blue, Green with order1, order2, order3, order4;
sort;
reverse the replaced text;

"SITCFanTN" wrote in message
...
I have a report I'm sorting into numerous sheets in the same workbook.

The
first sheet is titled "All Records". I want to populate "sheet 6" with

all
the data from the "All Records" sheet but I want the data in order by
specific text in column B. I want all items with "Black" in column B

first,
followed by all rows with "Red" next, then "Blue" followed by "Green".

How
would I code something like this? I appreciate your help, thank you.



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
how do I arrange names in alphabetic order in an excel sheet thomasmorec Excel Discussion (Misc queries) 2 October 3rd 08 10:09 PM
how to auto arrange in alphabetical order-excel sheet subha New Users to Excel 2 February 8th 07 08:47 PM
method for arrange items in alphabetic order in a sheet Anas Excel help! Excel Worksheet Functions 1 August 6th 06 10:09 AM
Arrange sheet in specific order SITCFanTN Excel Programming 0 June 20th 06 01:24 AM
arrange cell order norika Excel Programming 2 December 28th 05 08:59 AM


All times are GMT +1. The time now is 11:55 PM.

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

About Us

"It's about Microsoft Excel"