rotation

  • Thread starter Thread starter jee22
  • Start date Start date
J

jee22

Yep ............... Format>CELLS>alignment select the required orientation
 
Your system clock appears to be off since I show receipt at 7/9 @ 4:31 am
 
Except for the limit of 90 degrees this would be a great idea.

Do you really want it to be rotated 180 degrees?

This would turn the text upsidedown.

Perhaps you mean reverse the order of the text in the cell?

This UDF will do that.

Public Function RevStr(rng As Range)
RevStr = StrReverse(rng.text)
End Function

If you wish the true 180 degrees, I would suggest a drawing program then
insert the graphic into Excel.

Gord Dibben Excel MVP
 
One way:

Choose Tools/Customize/Toolbars and drag the Camera control to a
convenient toolbar.

Select the cell(s) to be rotated 180 degrees.

Click on the camera control, then drag on the sheet to create a linked
picture.

Using the picture toolbar, rotate the picture 180 degrees.

Position the picture over your cell(s).
 
Is there a way in excel to rotate the contents of the cell to 180 degrees?
Thanks
 
Same as JE's but without having to get the icon, simply copy the cell(s) you
require, hold down Shift and then choose Edit / Paste / Picture link. Then just
rotate using the Draw toolbar. Data stays linked and will update when the
source cells change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top