Newsgroups: microsoft.public.excel.programming
From: phil...@aol.com (PhilCxn)
Date: 1999/04/11
Subject: Re: Sorting (xl 97)
<< I have data in cells A1:E35, and seek the easiest way to sort these data
ascending? >> This is faster if it works with your numbers. Sub InOrder() Dim NumArray() As Double With Range("A1:E35") ReDim NumArray(1 To NumCells) For x = 1 To NumCells You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||