Educational Software Thread, Excel Macro - Edexcel GCE Exams in Technical; Is anybody else running the Edexcel GCE tests?
We have been sent the pre-release files, a word doc, excel spreadsheet ...
-
16th May 2006, 02:49 PM #1 Excel Macro - Edexcel GCE Exams
Is anybody else running the Edexcel GCE tests?
We have been sent the pre-release files, a word doc, excel spreadsheet and a text file.
When trying to run the marco in the excel spreadsheet we get a run-time error '1004'

I'm no macro guru, so can anyone see if there is a problem?
Sub SortDates()
'
' SortDates Macro
' Macro recorded 04/14/2005 by trevor.xxxxxx(edit)
'
'
Range("A8:E18").Select
Selection.Sort Key1:=Range("E8"), Order1:=xlAscending, Key2:=Range("B8") _
, Order2:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:= _
False, Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2 _
:=xlSortNormal
End Sub
This only happens on Excel 2000, works fine on Excel 2003.
-
-
IDG Tech News
SHARE: 
Similar Threads
-
By Vegas in forum How do you do....it?
Replies: 10
Last Post: 18th December 2007, 07:32 PM
-
By callumtuckey in forum General Chat
Replies: 13
Last Post: 22nd May 2007, 02:45 PM
-
By oyoung in forum Windows
Replies: 0
Last Post: 30th March 2007, 10:27 AM
-
By randle in forum Windows
Replies: 10
Last Post: 9th February 2007, 09:32 AM
-
Replies: 4
Last Post: 4th October 2005, 08:59 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules