How To Mirror Text In Microsoft Word For Mac



Mirror text or reversed text isn't something you would think of using in a professional Microsoft Word document. But this feature could have interesting cosmetic applications. Maybe, you want to make a drop cap letter more interesting or want to design a prettier printable invite with a horizontal flip of the text. Resize the text box with the handles in each corner so the text fits within the box. In the Format Shape pane, Text Options, Text Effects then scroll down to 3-D Rotation (an option missing from text formatting outside a text box). Change the X Rotation value to 180° and lo! This effect applies to all the text inside the text box. Microsoft Office 1.5 for Mac was released in 1991 and included the updated Excel 3.0, the first application to support Apple's System 7 operating system. Microsoft Office 3.0 for Mac was released in 1992 and included Word 5.0, Excel 4.0, PowerPoint 3.0 and Mail Client. Excel 4.0 was the first application to support new AppleScript.

Microsoft word 2003 is an office suite program developed and distributed by Microsoft for their Windows NT operating system family. After its manufacture in the year 2003 in the month of October. Though this version is a bit limited as compared to Microsoft version 2007 and the further versions as most of the new features were not available that time, but still it is one of the best Word processing software available till date. One such features that Microsoft office provides is to mirror words in it. If you wish to mirror words with Microsoft word 2003, the following tips can be bought into use:-

How to Mirror Text in Microsoft Word

1. Make Text Transformations with Word Art:-

First of all, click the option for WordArt provided within the menu options. Once you click the option for WordArt, you will get a small window on screen asking you to enter your text. Just enter your text and select from various text types and styles displayed on screen. Once you make the selection, text entered by you will get displayed on screen with the same specifications, color and texture.

2. Make Perfect Editing with Your Work of Words:-

Make any kind of changes with the shape, size and texture of your words and then keep positioning them in your Microsoft word file. You can make any amount of text experiments within a single Microsoft Word sheet. Once you get finished with your word editing experiments, we can change the orientation of your words as well.

3. Use the Flip Picture Tool:-

In order to mirror words in Microsoft Word-2003, the best way to be bought in use is the “Flip” function with the use of which, you can rotate your WordArt in such a way that it looks like its own mirror image. You can place two copies of same WordArt flipping one of them while keeping the other one as it is to give a perfect mirror effect.

4. Use Rotation Control:-

There is a rotation control feature in WordArt option of Microsoft Word-2003 and this feature can make you rotate the text entered within WordArt in such a way that it looks like its own mirror image with text in an inverted form. You will need to enter rotation angle as 180 degree in rotation control options to bring about this kind of effect possible with your work of WordArt within a Microsoft Word 2003 document.

5. Save the File:-

Once you succeed in making experiments with your work of WordArt by flipping or rotating it to make it represent its own mirror image, you can save the file afterwards. The saved file will have the text of WordArt in the form of mirror letters. You can also try downloading a mirror letter font in your Microsoft Word-2003 software to use text in a mirror image representing manner.

This procedure is fully applicable to: Office 2019, 2016, 2013, 2010, 365; It was tested on Windows 10,8, 7 and MAC OSX 10.13

Last updated: September 2019

Here’s a question we got from our reader, Matilda:

I have a bunch of formatted text letters and pictures created in my Word document which i want to mirror. I understand that there are several ways to do that. Could you explain how should i “reverse” and then print my document text?

Thanks for the question. Microsoft Word allows you to easily rotate and flip text written in your document. In this tutorial we’ll explain using text formatted with WordArt, however you can use the same technique in order to mirror, flip and rotate any text box as well. Many of the following steps work also on PowerPoint and can be helpful in case you want to flip pictures (stored in your computer or online images) to create more professional presentation slides.

Mirror and Reverse text in Word

We’ll first going to go ahead and insert some WordArt text that we’ll use in this post. Remember that you are able to insert any text box (by hitting Insert and then selecting Text Box), and photos (hit Insert and then select Pictures) and mirror them in the same way we outline below.

Go ahead and follow these steps:

  • Open your Word 2016 document, in the upper ribbon, hit Insert and select your preferred Word Art formatting.
  • Enter your text and hit on Format.
  • Select Shape effects drop down box and in the 3-D Rotation, select 3-D Rotation options..
  • In the X Rotation fix the value to 180° and other rotations as 0° to mirror the text.
  • In the Y Rotation fix the value to 180° and other rotations as 0° to make the text mirrored and upside down.
  • In the Z Rotation fix the value to 180° and other rotations as 0° to just make the text upside down.

Using VBA to flip text

How Can I Flip Text To Mirror Image? - Microsoft Community

You can use VBA macros in order to rotate text in Microsoft Word. Here’s a simple beginner example to help you get started:

How To Mirror Text In Microsoft Word For Mac Windows 10

[code]

How To Mirror Text In Microsoft Word For Mac

Sub RotateDoc()

Dim WorkDoc As Document
Dim MyShape As Shape

‘Create new Word document
Set WorkDoc = Documents.Add

‘Create new Word Text Box
Set MyShape = WorkDoc.Shapes.AddTextbox(msoTextOrientationUpward, 100, 100, 100, 100)

Mirror Image To Print On A T-shirt - Microsoft Community

‘Set Text Box text and flip orientation
With MyShape.TextFrame
.TextRange = “This is the text i want to rotate”
.Orientation = msoTextOrientationDownward

End Sub

[/code]

If you require additional Macro related help, kindly send us a message using the Contact form.

Rotate text on MAC OSX

  • In your MAC, go ahead and open Microsoft Word
  • Navigate to your document
  • Hit Insert, the select Word Art
  • Type your text
  • Hit the Shape Format tab
  • Select Format Pane
  • Now, select Text Options
  • Then in the middle tab select the 3D – Rotation tab, set the X Rotation to 180 degrees to mirror your text.

Flipping text in Microsoft Word:

  • Open Word 2016, hit Insert and select your preferred Word Art.
  • Enter your text and click Rotate drop down box in the format ribbon.
  • Click on the Flip Vertically to flip the text object vertically.
  • Click on the Flip Horizontally to flip the text upside down 🙂
  • Rotate 90° to the right, and you’ll get vertical text in your Word page.
  • Rotate Left 90° will make the text rotate 90° on to the left.

[headline style=”11″ align=”center” headline_tag=”h4″]Suggested next steps[/headline]

How To Mirror Text In Word - Appuals.com

  • Got additional related questions? Feel free to leave us a comment.

How To Mirror Text In Microsoft Word (5 Steps) - HowFlux

Thanks for reading!