WordBasic Examples: NormalFontPosition, NormalFontSpacing |
Q106315
This article contains an example that demonstrates the use of the following WordBasic statements or functions:
NormalFontPosition
NormalFontSpacing
This article supplements the information in online Help. To open this
Help topic, choose Contents from the Help menu and then choose the
Programming with Microsoft Word topic.
NormalFontPosition
NormalFontSpacing
Sub MAIN
Insert "This is a Test"
MsgBox "Press OK to change the spacing and position of this text"
StartOfLine 1
FormatFont .Position = - 150, .Spacing = 200
EndOfLine
MsgBox "Press OK to reset the text back to normal"
StartOfLine 1
NormalFontPosition
NormalFontSpacing
EndOfLine
End Sub
Additional query words: 6.0 winword word6 7.0 word95 word7
Keywords : kbmacroexample
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |