The error is "run time error 1004" "Application defined or object defined error" It is a SORT macro that sorts a list.. When I click "debug" it highlights this passage in yellow:
Selection.Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range("B2") _
, Order2:=xlAscending, Key3:=Range("C2"), Order3:=xlAscending, Header:= _
xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal, DataOption2:=xlSortNormal, DataOption3:= _
xlSortNormal
Can I send this to anyone and have them fix it so it works on a mac?
2007-08-13
20:20:15
·
3 answers
·
asked by
n312rc
1
in
Computers & Internet
➔ Software