Reply
 
Thread Tools Display Modes
  #1   Report Post  
vmorale4
 
Posts: n/a
Default Word: Option to invert selection in right click menu

After selecting a portion of a document in word, and you right click on it,
you should have the option to invert selection.


This is useful for example when you want to change the format of the whole
document except for the selected part.

p.s. Yes , I know that i can hold the CTRL key to selectively "select" text

----------------
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/comm...ocmanagemen t
  #2   Report Post  
Klaus Linke
 
Posts: n/a
Default

It would be very easy to write a macro that does this... *if* Word VBA would
have support for multiple selections :-(

The macro below might do the trick (not sure if it works well on long docs,
or even if it works at all in all language versions.
It needed another ugly hack because there's also no VBA support for the new
Find dialog (with "Select all instances in: ...").

Selection.Font.Outline = True
Selection.Collapse (wdCollapseStart)
Selection.Find.ClearFormatting
Selection.Find.Font.Outline = False
SendKeys "{TAB}{+}{DOWN}{DOWN}{HOME}~~"
With Dialogs(wdDialogEditFind)
.Display 1
End With
ActiveDocument.Content.Font.Outline = False

Regards,
Klaus

"vmorale4" wrote:

After selecting a portion of a document in word, and you right click on it,
you should have the option to invert selection.


This is useful for example when you want to change the format of the whole
document except for the selected part.

p.s. Yes , I know that i can hold the CTRL key to selectively "select" text

----------------
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/comm...ocmanagemen t

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Word do something that Wordperfect can do NarniaUK New Users 4 May 1st 05 10:44 PM
How do I get all my Word documents within one Word window RobJacobs Microsoft Word Help 5 April 12th 05 03:04 AM
How do I get my default new document to always be our company let. QuiltDiva Microsoft Word Help 5 April 1st 05 08:20 AM
Boiletplates from Word Perfect linda Microsoft Word Help 1 January 28th 05 05:37 PM
Continuous breaks convert to next page breaks Jennifer Hunt Microsoft Word Help 2 December 30th 04 05:45 PM


All times are GMT +1. The time now is 05:29 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"