I'm asked to solve this kind of problem, but it's too hard for me. Click to see reversed columns
Of course, I want the sheet to show columns from 'A'. Has anybody got any idea how to figure it out?
It looks that Excel 2007 has a diferent approach to reverse the order of columns from other Excel versions, as mentioned in http://www.rondebruin.nl/win/s5/win004.htm
Application.DefaultSheetDirection = xlRTL
Press Enter.
Note: you can type Application.DefaultSheetDirection = xlLTR
to reverse again.
Go to File -> Options -> Advanced -> Display (tab) -> Default direction -> Right-to-Left.
Hope that helps ;)