Thread: VB Sort Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The Hawk The Hawk is offline
external usenet poster
 
Posts: 23
Default VB Sort Help

So why didn't I think of that?

Thanks, Jim...

"Jim Cone" wrote:

Sort descending to place the negative numbers at the bottom.
Then sort the positive numbers (only) ascending.
--
Jim Cone
San Francisco, USA
http://www.officeletter.com/blink/specialsort.html



"The Hawk"wrote in message
Good morning. I'm trying to sort a range with the primary sort column
containing positive and negative numbers. The sort is Ascending; however, I
want the Negative numbers to show at the end of the sort. I do not want to
add another column as this is a very complex workbook. A workaround has been
implemented by using the ABSOLUTE Function, but I want to be able to dispaly
te negative numbers.

Any advice will be appreciated. Thanks...