Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do you change text direction in excel?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try,
Format|Cell|Alignment Mike "parishi50" wrote: How do you change text direction in excel? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Versions earlier thab 2007
FormatCellsAlignmentOrientation This UDF will change abcd to dcba Public Function RevStr(rng As Range) RevStr = StrReverse(rng.text) End Function If "direction" means something else, post back. Gord Dibben MS Excel MVP On Tue, 15 Apr 2008 01:14:00 -0700, parishi50 wrote: How do you change text direction in excel? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How I can change the direction of Paste All in MS-Excel | Excel Discussion (Misc queries) | |||
change text direction | Excel Discussion (Misc queries) | |||
HOW I CAN CHANGE TEXT DIRECTION FROM DOWN TO UP | Excel Discussion (Misc queries) | |||
How do I change direction of Enter Key in EXCEL 2007 | Excel Worksheet Functions | |||
How do I change my text direction to vertical on EXcell? | New Users to Excel |