View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott P Scott P is offline
external usenet poster
 
Posts: 26
Default Sort across a single row

Hi,

Is it possible to use the Sort method in Excel VBA to sort values contained
in a single row? If so, how? I tried this by declaring a range (which
represents cells in a single row) and the applying the sort method to this
range and this does not work.

I know this works for sorting columns, but I want to sort left to right
across a row. Any assistance is appreciated.