WD2000: Cannot Apply Double-Line Border in Document Saved As Word 6.0/95ID: Q220503
|
After you save a Microsoft Word 2000 document as Word 6.0/95, when you try to apply a double-line border to a paragraph, the following message appears:
NOTE: This problem does not occur when you open a Word document created in Microsoft Word 6.0 for Windows or Microsoft Word for Windows 95. However, if you save the document in Word 2000 and retain the document as a Word 6.0/95 document, this problem occurs.This feature is disabled because it is not compatible with Microsoft Word 6.0/95.
Use one of the following methods appropriate for your situation to work around this problem:
http://www.microsoft.com/mcsp/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/For more information about Office Automation, please visit the Office Development support site at:
http://support.microsoft.com/support/officedev/
Q212536 OFF2000: How to Run Sample Code from Knowledge Base Articles
Sub DoubleBorder()
With Selection.ParagraphFormat
With .Borders(wdBorderLeft)
.LineStyle = wdLineStyleDouble
End With
With .Borders(wdBorderRight)
.LineStyle = wdLineStyleDouble
End With
With .Borders(wdBorderTop)
.LineStyle = wdLineStyleDouble
End With
With .Borders(wdBorderBottom)
.LineStyle = wdLineStyleDouble
End With
End With
End Sub
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Additional query words:
Keywords : kbdta wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: June 24, 1999