
Tips.Net > WordTips Home > Editing > Adding Parentheses in WordBasic
Summary: Want to add parens around a word or phrase in a single click? Here's a WordBasic macro that can help you. (This tip works with Microsoft Word 6, and Word 95.)
Normally, you add parentheses around your parenthetical remarks as you type your text. There may be times, however, when you want to add the parentheses at a later time. For instance, while editing your document you may select some text and then want parentheses added around the selected text. If you are using Word 6 or Word 95, you can use the following macro, AddParens:
Sub MAIN
If SelType() = 2 Then
T$ = Rtrim$(Selection$())
Insert "("
Insert T$
Insert ")"
End If
End Sub
This macro first checks to make sure you have selected some text. If so, the selected text is replaced with the proper text within parentheses.
Tip #478 applies to Microsoft Word versions: 6 95
Ultimate Library! The most amazing collection ever offered in the history of WordTips places every tip—present and historical—at your fingertips. Check out the WordTips Ten-Year Library.
Learn to use styles and you discover the real power behind Word. Fast, easy, consistent document formatting and updating is within your grasp. (more information...)
Ask a Word Question
Make a Comment
Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips