![]() |
|
#1
|
|||
|
|||
![]() Now I have this problem : https://drive.google.com/file/d/0B3W...it?usp=sharing It also selects a few chars from the paragraph which is above. |
#2
|
|||
|
|||
![]()
Have you tried actually running the replace operation? It should be OK. Word will select the characters preceding the first paragraph end mark, but they will be replaced with themselves, i.e. they won’t be removed (this is done through “\1” in the Replace With box). I successfully tested this wildcard pattern in Word 2007 on the sentence you gave as example.
Note that you can always undo any replace operation through “Ctrl+Z”. Also note that depending on your system locale and the active list separator, the semi-colons within curly brackets {1;3} might have to be replaced with a simple comma {1,3}. |
#3
|
|||
|
|||
![]()
You could try using this simpler pattern:
Find: ^13[0-9]{1,3}^13 Replace: ^32 |
#4
|
|||
|
|||
![]()
Thanks, the first one worked exactly like you said.
I am grateful for your help. |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Fields/Paragraph Numbers | bigjimslade | Word | 0 | 01-27-2014 02:07 PM |
Justify Paragraph Start position with VBA | jeff_kaufman | Word VBA | 2 | 11-09-2013 12:15 PM |
![]() |
Jamal NUMAN | Word | 1 | 07-11-2011 04:58 AM |
![]() |
CommDude | Excel | 1 | 01-02-2011 04:38 PM |
![]() |
benson.wallace | Project | 2 | 12-05-2010 07:22 AM |