Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Hope someone can help with this. Below is a macro that I've created using ExcelXP. We send the spreadsheet to someone using Office 2000 and they receive an application error 1004. Object or resource(this might be wrong) defined error. We don't have any Office 2000 machines here and I can't replicate the problem using XP. (Where the 3 dots are (...) in the code is a replacement for a brandname that I can't mention) Sub ...() ' ' ... Macro ' Macro recorded 16/01/2003 by ' ' Sheets("Sheet2").Select Range("Hdg").Select Selection.AutoFilter Field:=1, Criteria1:="..." Application.Goto Reference:="Claims" Selection.Sort Key1:=Range("C7"), Order1:=xlAscending, Key2:=Range("D7") _ , Order2:=xlAscending, Header:=xlYes, OrderCustom:=1, MatchCase:=False _ , Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2:= _ xlSortNormal Range("A1").Select End Sub Please let me know if you've got any ideas. Cheers, Darren. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Taking out the DataOptions arguments (twice) in the sort statement will
probably solve it. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Darren" <@ wrote: Hi, Hope someone can help with this. Below is a macro that I've created using ExcelXP. We send the spreadsheet to someone using Office 2000 and they receive an application error 1004. Object or resource(this might be wrong) defined error. We don't have any Office 2000 machines here and I can't replicate the problem using XP. (Where the 3 dots are (...) in the code is a replacement for a brandname that I can't mention) Sub ...() ' ' ... Macro ' Macro recorded 16/01/2003 by ' ' Sheets("Sheet2").Select Range("Hdg").Select Selection.AutoFilter Field:=1, Criteria1:="..." Application.Goto Reference:="Claims" Selection.Sort Key1:=Range("C7"), Order1:=xlAscending, Key2:=Range("D7") _ , Order2:=xlAscending, Header:=xlYes, OrderCustom:=1, MatchCase:=False _ , Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2:= _ xlSortNormal Range("A1").Select End Sub Please let me know if you've got any ideas. Cheers, Darren. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Great,
Thanks for the answer, it worked a treat. Cheers, Darren. "keepitcool" wrote in message ... Taking out the DataOptions arguments (twice) in the sort statement will probably solve it. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Darren" <@ wrote: Hi, Hope someone can help with this. Below is a macro that I've created using ExcelXP. We send the spreadsheet to someone using Office 2000 and they receive an application error 1004. Object or resource(this might be wrong) defined error. We don't have any Office 2000 machines here and I can't replicate the problem using XP. (Where the 3 dots are (...) in the code is a replacement for a brandname that I can't mention) Sub ...() ' ' ... Macro ' Macro recorded 16/01/2003 by ' ' Sheets("Sheet2").Select Range("Hdg").Select Selection.AutoFilter Field:=1, Criteria1:="..." Application.Goto Reference:="Claims" Selection.Sort Key1:=Range("C7"), Order1:=xlAscending, Key2:=Range("D7") _ , Order2:=xlAscending, Header:=xlYes, OrderCustom:=1, MatchCase:=False _ , Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2:= _ xlSortNormal Range("A1").Select End Sub Please let me know if you've got any ideas. Cheers, Darren. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.Goto Reference gets error 1004 | Excel Discussion (Misc queries) | |||
I got this problem run-time error 1004 application defined ... | Excel Discussion (Misc queries) | |||
Run time error 1004, General ODBC error | New Users to Excel | |||
Runtime error '1004' General ODBC error | New Users to Excel | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |