Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
jbesr1230 jbesr1230 is offline
external usenet poster
 
Posts: 4
Default hide all text between [ ] (square brackets) and hide thebrackets.

Hello,
I would like a Microsoft macro that would hide all text between
[ ] (square brackets) and hide the brackets.


Can anyone provide this? Thank-you.

JB
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default hide all text between [ ] (square brackets) and hide the brackets.

With Selection
With .Find
.ClearFormatting
.Replacement.ClearFormatting
.Text = "\[*\]"
.Replacement.Text = "^&"
.Replacement.Font.Hidden = True
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchAllWordForms = False
.MatchSoundsLike = False
.MatchWildcards = True
.Execute Replace:=wdReplaceAll
End With
End With

http://www.gmayor.com/installing_macro.htm


jbesr1230 wrote:
Hello,
I would like a Microsoft macro that would hide all text between
[ ] (square brackets) and hide the brackets.


Can anyone provide this? Thank-you.

JB



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
how do i hide the grayed out margin brackets on word doocuments scbckc Microsoft Word Help 1 October 9th 07 11:02 PM
Clicking Show/Hide Button still can't hide the arrows-formatting m cute mouse Microsoft Word Help 1 June 10th 07 04:27 AM
TOC field codes will not hide when commanded by HIDE/SHOW tile. RECONSMITH Microsoft Word Help 1 February 22nd 07 09:24 PM
Appearance of square brackets within text Nick New Users 8 November 13th 06 10:51 PM
HIDE TEXT ??? Aurora Page Layout 2 March 30th 06 05:36 PM


All times are GMT +1. The time now is 10:54 AM.

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"