Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default copy sort order between worksheets

I have two worksheets and each has a unique value in column A but then
different values in other columns. After sorting worksheet 1 in a chosen
order, I would like to automate the sorting of worksheet 2 so that the values
in column 1 in worksheet 2 appear in the same order as in worksheet 1. Is
this possible in VBA
Eddie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default copy sort order between worksheets


Sounds like you could create a custom list using the sorted list from workbook 1.
Then use the custom list to sort the column in workbook 2.
See "AddCustomList" method in vba help.
--
Jim Cone
Portland, Oregon USA



"Eddie"

wrote in message
I have two worksheets and each has a unique value in column A but then
different values in other columns. After sorting worksheet 1 in a chosen
order, I would like to automate the sorting of worksheet 2 so that the values
in column 1 in worksheet 2 appear in the same order as in worksheet 1. Is
this possible in VBA
Eddie

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 can i re-sort multiple worksheets into alphabetical order Stuart Excel Discussion (Misc queries) 3 May 22nd 10 07:35 AM
How do I arrange/sort worksheets in ascending order? PurpleRain Excel Discussion (Misc queries) 3 October 20th 06 06:41 AM
Pls. reply Sort Data and copy to next coulmn when sort order chang shital shah Excel Programming 1 August 19th 05 02:51 PM
sort worksheets in numerical order andrew Excel Discussion (Misc queries) 2 February 7th 05 09:09 PM
I want to sort worksheets in a workbook into Alpha order? thecattah Excel Worksheet Functions 1 January 5th 05 07:06 AM


All times are GMT +1. The time now is 09:36 AM.

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"