How can I copy a horizontal range in reverse order?

S

Steve

I have a range of dates listed in order from left to right
with the most recent dates at the right. I need to put
those columns of dates in reverse order so the most recent
dates are on the left. Help.
 
B

Bob Phillips

Sort them descending

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
P

PegL

You can use sort. On the sort window, click the Options
button, then select Sort left to right. Click OK, then
sort descending.
 
Top