WD97: Linked Picture Doesn't Preserve Scaling PropertiesLast reviewed: February 5, 1998Article ID: Q162579 |
The information in this article applies to:
SYMPTOMSWord 97 does not retain the scaling (size) information for a linked graphic. That is, the graphic reverts to its original size (100 percent). NOTE: This also applies to other linked embedded objects.
CAUSEThis problem occurs when all of the following conditions are true:
RESOLUTIONTo correct this problem, install Microsoft Word 97 Service Release 1 (SR- 1). Use one of the following methods to work around the problem.
Method 1: Use This Method When Inserting New GraphicsEnable the "Save with document" check box when you insert the graphic by following these steps:
Method 2: Use This Method to Correct Graphics in Existing DocumentsUse this method to correct existing graphics in existing documents.
Dim ofield As Object Sub FindField() ActiveWindow.View.ShowFieldCodes = True For Each ofield In ActiveDocument.Fields ofield.Select If ofield.Type = "67" Then 'INCLUDEPICTURE field With Selection.Find .MatchWholeWord = True .MatchSoundsLike = False .MatchWildcards = False .MatchAllWordForms = False .Execute findtext:=" \d ", replacewith:=" ", _ replace:=True .Wrap = wdFindStop End With ofield.Update End If Next ofield ActiveWindow.View.ShowFieldCodes = False End SubMicrosoft provides examples of Visual Basic for Applications procedures 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. The Visual Basic procedures in this article are provided 'as is' and Microsoft does not guarantee that they can be used in all situations. While Microsoft support engineers can help explain the functionality of a particular macro, they will not modify these examples to provide added functionality, nor will they help you construct macros to meet your specific needs. If you have limited programming experience, you may want to consult one of the Microsoft Solution Providers. Solution Providers offer a wide range of fee-based services, including creating custom macros. For more information about Microsoft Solution Providers, call Microsoft Customer Information Service at (800) 426-9400.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Word 97 for Windows. This problem was corrected in Microsoft Word 97 SR-1. For additional information about SR-1, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q172475 TITLE : OFF97: How to Obtain and Install MS Office 97 SR-1 MORE INFORMATIONWhen you link a picture in Word 97 with the "Link to file" option in the Insert Picture dialog box, any changes you make to the size of the graphic will not be retained when the file is saved, closed, and reopened. This problem only occurs when the "Save with document" check box is not selected. NOTE: This problem is not influenced by cropping the graphic or selecting the "Float over text" check box.
|
Additional query words: SR1 release1 8.0 8.00 keep hold retain maintain
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |