Right-to-Left direction

N

Ninad

Config - Vista Home Premium, Office 2007

I have the defaults as UK keyboard and Language to US.

The default worksheet in Excel 2007 is Right-To-Left. How do I change
from Left-To-Right ?

Any help will be appreciated.

Regards,

Ninad.
 
R

Ron de Bruin

In the Beta there was a option to chnage this but I can find it anymore

You can use code to do it

Run this code line one time

Application.DefaultSheetDirection = xlRTL
 
Top