WD98: Font Scale Property Not Available on Macintosh

Last reviewed: February 17, 1998
Article ID: Q177789
The information in this article applies to:
  • Microsoft Office 98 Macintosh Edition

SYMPTOMS

You may not be able to use the scale property for fonts in Microsoft Office 98 Macintosh Edition.

Case 1

When you go to the Character Spacing tab (on the Format menu, click Font, and click the Character Spacing tab), the Scale box is missing.

NOTE: To see the Character Spacing tab, click Font on the Format menu.

Case 2

When you run a macro that contains the Scale property nothing happens. For example, the following macro will not produce any results when you run it in Microsoft Word 98 Macintosh Edition:

   Sub Scale()
   ' Scale the contents of the active document to 110%
      ActiveDocument.Content.Font.Scaling = 110
   End Sub

Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:

   http://www.microsoft.com/support/supportnet/refguide/default.asp

CAUSE

This functionality is by design. The Scaling property has been disabled in Word 98 Macintosh Edition.

MORE INFORMATION

The Scaling property returns or sets the scaling percentage applied to the font. This property stretches or compresses text horizontally as a percentage of the current size (the scaling range is from 1 through 600).

NOTE: The Scaling property is available and works correctly in Microsoft Word 97 for Windows.

Keywords          : kbwordvba macword98
Version           : MACINTOSH:98
Platform          : MACINTOSH
Issue type        : kbprb kbinfo
Solution Type     : kbpending


================================================================================


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: February 17, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.