Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written some code to sort some data every time its sheet is open. My
code is working fine in 2007, but I am getting errors in 2000. Can some one look through and give me some pointers. Thank you. R. Code: Private Sub Worksheet_Activate() Range("B13").CurrentRegion.sort Key1:=Range("B13"), _ Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=True, Orientation:=xlTopToBottom, _ DataOption1:=xlSortNormal End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ranking | Excel Worksheet Functions | |||
Auto Ranking a 2x2 table with equal values | Excel Worksheet Functions | |||
Top 10 Ranking again | Excel Discussion (Misc queries) | |||
Top 10 Ranking | Excel Discussion (Misc queries) | |||
Ranking | Excel Discussion (Misc queries) |