View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default sorting w/ blank cells

Sort Descending

If you then want to sort ascending, reduce your range to exclude the blanks
and sort ascending.

--
Regards,
Tom Ogilvy

"mark kubicki" wrote in message
...
is there a way to sort a range, leaving all of the blank cells at the

bottom
(rather than the top?)

thanks in advance,
mark