View Single Post
 
Old 10-22-2012, 07:22 PM
dylansmith dylansmith is offline Windows 7 64bit Office 2010 32bit
Optimizer
 
Join Date: Nov 2011
Posts: 144
dylansmith is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
For 1, a simple Find/Replace should be able to do it. All you need to do is to input the text to be deleted into the Find dialogue. Just make sure to not delete the one you want to keep.

For 2, a wildcard Find/Replace should be able to handle it, where:
Find = Answer[!^13]{1,}^13

In both cases, leave the Replace box empty.
hi,

the 2nd wildcard format didn't work - it made 0 replacements.

another problem i have is :

e.g.


question A


question B




question C


i want to turn it to :

question A
question B
question C


but using find/replace with ^p in find box, i get :

question Aquestion Bquestion C


what should be the correct function then?
Reply With Quote