Highlight text, then automatically insert ( ) at either end of it

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would find it helpful if you could provide a way to place parenthesis at
either end of selected text. Same way you can select text and make it bold
with the lick of a button.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...697d96&dg=microsoft.public.word.docmanagement
 
Wouldn't hold my breath on this one:-) Parens are characters just like
a,b,c,1,2,3,%,#, etc. There's a big difference between inserting new
characters in the right places as opposed to simply changing the
*formatting* of characters that are already there. You might consider making
a macro for this type of procedure if you really find click 'n' type of
parens to be a problem:-) - it really dosn't require much other than cut &
paste.
 
Provided Find is finding exactly the text you're looking for, you can
actually do this. In the "Find what" box, type whatever it is you're using
to find the text and select it. In the "Replace with" type:

(^&)

where ^& represents "Find What Text" (that is, the text you found).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

gordyb said:
I would find it helpful if you could provide a way to place parenthesis at
either end of selected text. Same way you can select text and make it bold
with the lick of a button.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...697d96&dg=microsoft.public.word.docmanagement
 
The macro here adds quotation marks around selected text (link may break)
http://preview.tinyurl.com/34om8s

You'll need to change the Chr codes to match parenthesis--ask in a group
with VBA or Programming in the name (or here), for help with that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top