LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Error Message: Sort Method of Range Class Failed

I want my marco button to sort my POLICYLIST named range by A5, then by P5,
but it's not working. What am I doing wrong?

Application.Goto Reference:="POLICYLIST"
Selection.Sort Key1:=Range("A5"), Order1:=xlAscending, Key2:=Range("P5") _
, Order2:=xlAscending, Header:=xlNo, OrderCustom:=1,
MatchCase:=False, _
Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2:= _
xlSortNormal
Range("B5").Select
End Sub


 
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
Select method of Range class failed error message Ayo Excel Programming 1 May 1st 09 12:14 PM
Select method of Range class failed error message Jacob Skaria Excel Programming 0 May 1st 09 07:04 AM
Select method of Range class failed error message Jacob Skaria Excel Programming 0 May 1st 09 07:01 AM
sort method of range class failed Jim Cone Excel Programming 0 December 2nd 06 12:04 AM
Error Message Copy method of worksheet class failed Philip4946 Excel Programming 7 September 14th 06 08:26 PM


All times are GMT +1. The time now is 04:26 AM.

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"