Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() GSENSEI[/i][/color] In mine, try changing Rows("13:"mr).Sort Key1:=.Range("a13"), _ to Rows("13:"mr).Sort Key1:=.cells(mf.row,"a"), _[/quote] Still doesn't like it. god i hate 2010! (this seems fine) Set mf = .Cells.Find(What:="xdummy", LookIn:=xlFormulas, LookAt _ :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False, SearchFormat:=False) If Not mf Is Nothing Then mr = mf.Row This highlights in red Rows("13:"mr).Sort Key1:=.cells(mf.row,"a"), _ Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, _ Orientation:=xlTopToBottom End If And I get a Complie error message. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2010 to auto-generate an email to recipients in outlook 2010 | Excel Programming | |||
Form 4 Range of time from 1/20/2010 4:00 AM To 1/21/2010 10:00 AM | Excel Worksheet Functions | |||
How do I make an exact copy of my bill work sheets to year 2010 | Excel Discussion (Misc queries) | |||
customer sort order in a marco | Excel Programming |