[mso] Re: Macro sorting a list
- From: "David Smart" <smartware@xxxxxxxxxxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Fri, 28 Dec 2007 09:46:31 +1100
In what way does it fail? It works fine on my (empty) sheet in Excel 2003.
Regards, Dave S
----- Original Message -----
From: "John Grierson" <griersoft@xxxxxxxxxxxx>
To: <mso@xxxxxxxxxxxxx>
Sent: Thursday, December 27, 2007 9:48 PM
Subject: [mso] Macro sorting a list
>I have written a macro that adds a new product to a list and should then
>sort the list.
> The code produced by the macro recorder for clicking cell A1, then the
> down arrow and Sort ascending is:
>
> Range("A1").Select
> Range("A1:C7").Sort Key1:=Range("A1"), Order1:=xlAscending, Header:= _
> xlGuess, OrderCustom:=1, MatchCase:=False,
> Orientation:=xlTopToBottom, _
> DataOption1:=xlSortNormal
>
> But this fails when the macro is run.
>
> Any clues, please?
>
> John
>
>
> John Grierson
>
> *************************************************************
> You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
> MicrosoftOffice@xxxxxxxxxxxxxxxx
>
> To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
>
> To Unsubscribe from this group, visit the group's homepage and use the
> dropdown menu at the top. This will allow you to unsubscribe your email
> address or change your email settings to digest or vacation (no mail).
> http://www.freelists.org/webpage/mso
>
> To be able to share files with the group, you must join our Yahoo sister
> group. This group will not allow for posting of emails, but will allow
> you to join and share problem files, templates, etc.:
> http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for
> FILE SHARING ONLY.
>
> If you are using Outlook and you see a lot of unnecessary code in your
> email messages, read these instructions that explain why and how to fix
> it:
> http://personal-computer-tutor.com/abc3/v28/greg28.htm
> *************************************************************
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, visit the group's homepage and use the dropdown
menu at the top. This will allow you to unsubscribe your email address or
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to share files with the group, you must join our Yahoo sister group.
This group will not allow for posting of emails, but will allow you to join
and share problem files, templates, etc.:
http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE
SHARING ONLY.
If you are using Outlook and you see a lot of unnecessary code in your email
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
- Follow-Ups:
- [mso] Re: Macro sorting a list
- From: John Grierson
- References:
- [mso] Macro sorting a list
- From: John Grierson
Other related posts:
- » [mso] Macro sorting a list
- » [mso] Re: Macro sorting a list
- » [mso] Re: Macro sorting a list
- » [mso] Re: Macro sorting a list
- » [mso] Re: Macro sorting a list
- » [mso] Re: Macro sorting a list
- [mso] Re: Macro sorting a list
- From: John Grierson
- [mso] Macro sorting a list
- From: John Grierson