"Word Cannot Edit the MSDraw" ErrorLast reviewed: August 4, 1997Article ID: Q140870 |
The information in this article applies to:
SYMPTOMSWhen you attempt to edit an object created in Microsoft Draw, you receive the following error message:
Word cannot edit the MSDraw. CAUSEMicrosoft Draw is not installed on your system. Microsoft Draw is installed by Word 2.0. In addition, Word does not automatically convert the Microsoft Draw object to a Word picture.
STATUSWe are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
RESOLUTIONWARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this macro code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
Method 1: Convert the Object to a Word 6.0 PictureConvert the object to a Word 6 picture by doing the following:
Method 2: Create a Macro to Convert Your Drawing ObjectsCreate the following macro and save it as an AutoOpen macro in your Normal.dot template. This macro will automatically convert your drawing objects to Microsoft Word Picture objects. NOTE: this method does not work in Word 7.0.
Sub MAIN Dim dlg As ConvertObject EditFind .Find ="^g", .Direction=0 While EditFindFound() GetCurValues dlg If dlg.Class="MSDraw" Then ConvertObject .Class="word.picture.6" EndIf EditFind .Find="^g", .Direction=0 Wend End SubMethod 3: Open the Object in the Drawing Layer With the left mouse button, double-click the object to open the object in the drawing layer.
Method 4: Unlink the Embed Field, and Edit Using the Picture Editor in WordThe Microsoft Draw object is an embed field. Unlink the field, and then edit the object using Word's picture editor. To do this, use the following steps:
Method 5: Install Microsoft Draw from the Word 2.x DisksIf you have the Microsoft Word version 2.x disks, you can choose to install only Microsoft Draw. To install Microsoft Draw:
Method 6: Obtain MS Draw 97If you are a registered Office user, you can download and install Microsoft Draw 97. MS Draw 97 makes the OfficeArt drawing tools available in any OLE- compliant application. You can obtain MS Draw 97 from the following Web site:
http://www.microsoft.com/officefreestuff/ |
Additional query words: msdraw drawing picture ntword wordnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |