[mso] Macro sorting a list
- From: "John Grierson" <griersoft@xxxxxxxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Thu, 27 Dec 2007 10:48:07 -0000
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
*************************************************************
- Follow-Ups:
- [mso] Re: Macro sorting a list
- From: David Smart
- [mso] Re: Macro sorting a list
- From: Mike Clare
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: David Smart
- [mso] Re: Macro sorting a list
- From: Mike Clare