Microsoft KB Archive/108080: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
<li>Create a text box.</li>
<li>Create a text box.</li>
<li><p>Type the following lines:</p>
<li><p>Type the following lines:</p>
<pre>      This is the shortest test of the wrap issue. &lt;CR&gt;
<pre>      This is the shortest test of the wrap issue. <CR>
       Another line. &lt;CR&gt;
       Another line. <CR>
       And then another. &lt;CR&gt;
       And then another. <CR>
       Finally. &lt;CR&gt;
       Finally. <CR>
       The end. &lt;CR&gt;</pre></li>
       The end. <CR></pre></li>
<li>Adjust the right border of the text box so that the last &quot;t&quot; in &quot;test&quot; is cut off and forced to wrap to the next line.</li>
<li>Adjust the right border of the text box so that the last "t" in "test" is cut off and forced to wrap to the next line.</li>
<li>With the box still selected, choose the item &quot;Text...&quot; from the &quot;Format&quot; menu.</li>
<li>With the box still selected, choose the item "Text..." from the "Format" menu.</li>
<li>Select the Justify option under Horizontal, and click the OK button.</li>
<li>Select the Justify option under Horizontal, and click the OK button.</li>
<li><p>The test box should resemble the following example:</p>
<li><p>The test box should resemble the following example:</p>
Line 60: Line 60:
<br />
<br />
<br />
<br />
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
</blockquote>
</blockquote>
<span>Last reviewed: September 12, 1996</span><br />
<span>Last reviewed: September 12, 1996</span><br />
[[../cpyright|©1997 Microsoft Corporation. All rights reserved. Legal Notices]].<br />
[[../cpyright|©1997 Microsoft Corporation. All rights reserved. Legal Notices]].<br />
|}
|}

Latest revision as of 16:46, 20 July 2020

Microsoft Knowledge Base

Excel: Text Box Not Justified Correctly

Last reviewed: September 12, 1996
Article ID: Q108080

The information in this article applies to:

  • Microsoft Excel for the Macintosh, version 4.0

SUMMARY

When you set the alignment of a text box to Justify, all the text in that text box will be justified. This behavior occurs regardless of carriage returns (normally a carriage return terminates a line prevents it from being justified).

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open a new worksheet.
  2. Create a text box.
  3. Type the following lines:

          This is the shortest test of the wrap issue. <CR>
          Another line. <CR>
          And then another. <CR>
          Finally. <CR>
          The end. <CR>
  4. Adjust the right border of the text box so that the last "t" in "test" is cut off and forced to wrap to the next line.
  5. With the box still selected, choose the item "Text..." from the "Format" menu.
  6. Select the Justify option under Horizontal, and click the OK button.
  7. The test box should resemble the following example:

          This    is    the    shortest
          test  of   the   wrap   issue.
          Another                  line.
          And        then       another.
          Finally.
          The                       end.
    

The following example shows how the text box should appear and how it appears if an operation is performed in a cell.

      This    is    the    shortest
      test of the wrap issue.
      Another line.
      And then another.
      Finally.
      The end.

KBCategory: kbusage

KBSubcategory:

Additional reference words: 4.00



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 12, 1996
©1997 Microsoft Corporation. All rights reserved. Legal Notices.