WD98: DocErr: HasHorizontal/HasVertical Property Returns True for Single Table Cell or Paragraph (182424)
The information in this article applies to:
- Microsoft Word 98 Macintosh Edition
This article was previously published under Q182424 SYMPTOMS
When you use the HasHorizontal or HasVertical property on a single table cell or paragraph, the property returns True, instead of False as expected.
Visual Basic for Applications Help for these properties states the properties should return False for a single specified object, as in the following Help examples:
HasHorizontal Property
True if a horizontal border can be applied to the object. Read-only Boolean.
Remarks
Horizontal borders can be applied to ranges that contain cells in two or more rows of a table or ranges that contain two or more paragraphs.
HasVertical Property
True if a vertical border can be applied to the specified object. Read-only Boolean.
Remarks
Vertical borders can be applied to ranges that contain cells in two or more columns of a table.
CAUSE
This functionality is by design in Microsoft Word and is an error in Microsoft Visual Basic Help. A horizontal or vertical border can be applied (preset) to a range that contains a single paragraph or table cell. When you press RETURN to create a new paragraph, or press TAB to create a new table row, the horizontal or vertical border will be automatically applied.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. REFERENCESFor additional information about getting help with Visual Basic for Applications, click the article number below
to view the article in the Microsoft Knowledge Base:
163435 VBA: Programming Resources for Visual Basic for Applications
Modification Type: | Minor | Last Reviewed: | 4/18/2003 |
---|
Keywords: | kbdtacode kbmacroexample kbprb kbProgramming KB182424 |
---|
|