WD2000: Unwanted Tab Stop Inserted in Outline Numbered SchemeID: Q211406
|
After you customize an outline numbered scheme, promoting or demoting a
numbered paragraph may insert an unwanted tab stop between the number and
the beginning of the paragraph text. Attempting to use default tab stop
settings (on the Format menu, click Tabs) by clearing all custom tab stops
results in the custom tab stops being cleared only temporarily.
NOTE: To promote or demote a numbered paragraph, use the Increase Indent or
Decrease Indent button.
When you do this, the tab space between the number and the beginning of the
paragraph text will be different from the way it was formatted in the
customized outline numbered scheme.
http://www.microsoft.com/support/supportnet/refguide/
Sub ListOutdent()
Selection.Range.ListFormat.ListOutdent
Selection.ParagraphFormat.TabStops.ClearAll
ActiveDocument.DefaultTabStop = InchesToPoints(0.5)
End Sub
Sub ListIndent()
Selection.Range.ListFormat.ListIndent
Selection.ParagraphFormat.TabStops.ClearAll
ActiveDocument.DefaultTabStop = InchesToPoints(0.5)
End Sub
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Additional query words: list multilevel
Keywords : kbdta kbnumbering wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999