LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 595
Default Need to List Servers from one worsheet to another based on a c

On Thu, 22 Mar 2007 14:40:20 -0700, Mudragaddam
wrote:

i was trying to sort the data now

Sheet2.Range("A2:D65536")..Sort Key1:=Range("B1"), _
Order1:=xlAscending, Header:=xlGuess, OrderCustom:=1, _
MatchCase:=False,Orientation:=xlTopToBottom, DataOption1:=xlSortNormal

But it fails to sort the values in columns A to D.


I'm guessing you only have one Dev server, so it sorting - it's just that
nothing's changing. The data on Sheet2 isn't really suited to be sorted,
although it can be done. Two options: Sort the data on Sheet1, then it
will automatically be sorted on Sheet2. Sort each column on sheet2
independently, like

Range("B2:B65536").sort
Range("C2:C65536").sort
Range("D2:D65536").sort
and so on.


Thanks Again.....that was great...i am taking all the credit on behalf of you.


No problem.
--
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.com
 
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
Possible to link servers with ADO or others? Angus Excel Programming 0 August 23rd 06 08:40 AM
Multiple Excel Servers Robert ap Rhys Excel Programming 8 January 24th 06 09:36 AM
use shared workbooks on Web servers Gkrish Excel Discussion (Misc queries) 1 January 22nd 05 09:21 PM
Getting Data from Web Servers and Application Servers James B Excel Programming 0 June 3rd 04 01:26 AM
Worsheet Name Change Based on cell's value nuver Excel Programming 12 May 29th 04 04:26 AM


All times are GMT +1. The time now is 11:56 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"