Re: sorting data in 2 columns on column 1
- From: "Pierre via OfficeKB.com" <u13950@uwe>
- Date: Mon, 12 Dec 2005 18:37:24 GMT
Hi Tom,
As allways : THANKS !!!
but i think i put my question a little wrong...
My data does not start in F1 but in F4.... and the length of the list is
dependent on the users input (can be 20 items, can be 50 items).
How can i adapt your code ?
Pierre
P.S. My data does not start in F1 but in F4.... and the length of the list is
dependent on the users input (can be 20 items, can be 50 items).
Tom Ogilvy wrote:
>Range("F:G").sort Key1:=Range("F1"), Header:=xlYes
>
>> Hi,
>>
>> How can i, in vba, sort colum F and G on the value in column F.
>> Thanks,
>> Pierre
--
Message posted via http://www.officekb.com
.
- Follow-Ups:
- Re: sorting data in 2 columns on column 1
- From: Tom Ogilvy
- Re: sorting data in 2 columns on column 1
- From: Dave Peterson
- Re: sorting data in 2 columns on column 1
- References:
- sorting data in 2 columns on column 1
- From: Pierre via OfficeKB.com
- Re: sorting data in 2 columns on column 1
- From: Tom Ogilvy
- sorting data in 2 columns on column 1
- Prev by Date: Re: compare column1 with column2
- Next by Date: Re: What method do you use to save/store your developed code?
- Previous by thread: Re: sorting data in 2 columns on column 1
- Next by thread: Re: sorting data in 2 columns on column 1
- Index(es):
Relevant Pages
|