![]() |
|
#1
|
|||
|
|||
|
Hello, I was looking for a method to change the format between two characters (Round brackets for example). After a short search I found out the method is to use wildcards and a function like this: (\[)(*)(\]) With this I can apply whatever format I want to text between "[" and "]" However With this method it also applies the format to the brackets themselves [ ], and I can't figure out how to exclude the brackets from the formatting while still applying to all the text between the brackets... I still use Word 2003 Any help would be great ~ |
|
#2
|
||||
|
||||
|
You would need a series of search and replaces to achieve this
First find puts unique content inside the brackets eg [xyz] becomes [||xyz|] Then format the inner set by finding the ||(*)| Then remove the unique content you added. Alternatively, you can reformat the [] symbols after the initial replace
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
#3
|
|||
|
|||
|
Yeah I thought of doing something similar, I was hoping I could do it in one single command tho, well thanks anyway ~
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Problem with Find & Replace and Parentheses
|
WaltR | Word | 6 | 11-17-2015 04:51 PM |
Find and replace with a macro, problem with letter case
|
garcanrya | Word VBA | 2 | 01-10-2014 05:40 AM |
| problem with find/replace | cpm | Word | 2 | 11-16-2013 04:06 PM |
| Problem with find and replace | grapes | Word | 10 | 12-13-2012 02:54 PM |
Find/Replace Brackets Problem
|
fatso | Word | 2 | 08-04-2011 11:34 AM |