Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
I see an error when I run the following code.the order focuses on "order" poping up a message like"named argument not found"??any help? Private Sub CommandButton16_Click() Sheets("sheet1").Activate Range("e95:g108").Sort key1:=Range("e95"), Order:=xlDescending End Sub thanx |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Change
Range("e95:g108").Sort key1:=Range("e95"), Order:=xlDescending To Range("e95:g108").Sort key1:=Range("e95"), Order1:=xlDescending Kevin Backmann "peyman" wrote: hi, I see an error when I run the following code.the order focuses on "order" poping up a message like"named argument not found"??any help? Private Sub CommandButton16_Click() Sheets("sheet1").Activate Range("e95:g108").Sort key1:=Range("e95"), Order:=xlDescending End Sub thanx |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
many thanks Kevin.it works.
"Kevin B" wrote: Change Range("e95:g108").Sort key1:=Range("e95"), Order:=xlDescending To Range("e95:g108").Sort key1:=Range("e95"), Order1:=xlDescending Kevin Backmann "peyman" wrote: hi, I see an error when I run the following code.the order focuses on "order" poping up a message like"named argument not found"??any help? Private Sub CommandButton16_Click() Sheets("sheet1").Activate Range("e95:g108").Sort key1:=Range("e95"), Order:=xlDescending End Sub thanx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort question?? | Excel Discussion (Misc queries) | |||
sort question | Excel Worksheet Functions | |||
Sort question | Excel Discussion (Misc queries) | |||
sort question | Excel Discussion (Misc queries) | |||
Lookup and Sort Question | Excel Discussion (Misc queries) |