Discussion on:

29
Comments

Join the conversation!

Follow via:
RSS
Email Alert
1 Vote
+ -
You highlighted some tricks I hadn't encountered before. happy
0 Votes
+ -
Contributr
Thanks for letting me know!
Does this work in Excel as well as Word?
0 Votes
+ -
Contributr
Some will, but to the best of my knowledge, Excel doesn't recognize wild cards.
0 Votes
+ -
You always come up with great tips. I would never have even thought about using a clipboard entry as a Replace with. And transposing a list? Good job!
0 Votes
+ -
Contributr
I wish the clipboard worked with the Find control -- that's one I've been trying to resolve for a long time and still don't have a good solution for.
0 Votes
+ -
to my arsenal of tips and tricks. Thanks Susan.

I am interested to know if there is a way to find/replace list bullets such as finding a list bullet style and replacing it with another bullet style and finding all lists (irrespective of style) and changing to a single style.

I have tried using format > style > list and list bullet, but to no avail. Is there a way to do it?

thanks
0 Votes
+ -
Contributr
Well, have you tried #5? Off that top of my head, it should work -- what's happening instead?
1 Vote
+ -
Needing to reposition a column of text where the document originator has used the default tabs and just been happy to hit multiple times to get to the one they want - aaargh! Thankyou Find and Replace for making the job of tidying up so much easier! Thanks Susan - I've learned some new useful ones here too.
0 Votes
+ -
Contributr
I think Find & Replace and Spell Check are two of Word's most powerful features! I'm glad you found this information useful!
I don't know in what version of Word you did this.
I have Word 2010 with Slovenian interface (and Windows 7 also Slovenian). I tried your number 2: Replace multiple spaces with ???. In my Word I needed do write {2;}. In your Word you needed to write comma I needed to write semicolon.
0 Votes
+ -
Contributr
I used 2010 for the article, but ran it through 2003 as well to check for discrepancies or major differences. My best guess is that international settings are different for this feature -- thanks for sharing your solution!
0 Votes
+ -
Thanks, Susan. I thought I knew Word inside out but I learned a few new things here. It's always nice to start the day learning something. grin
0 Votes
+ -
Contributr
Yeah!
ssharkins@... 12th Aug
Glad you found this one useful!
To accomplish this, I have been using a space followed by ^w in the Find What box. ^w represents white space which is any combination of soft and hard spaces and tabs. I often get documents sent to me with multiple spaces and/or tabs in an attempt to line up tabular data. This method collapses it all to one tab.
0 Votes
+ -
Contributr
Always glad to hear alternatives! Thanks for sharing your solution.
0 Votes
+ -
I visit a lot of machines in a day and a good number of those visits involve printing problems. One thing I find about Word is very useful. Open a new document and type =RAND(x) where x is a number. Word will then generate x paragraphs of text - perfect for testing the printer without opening the Printers & Devices dialogue and at the same time proving to your client that it is working correctly.

= RAND(9) generates an A4 page of text.
1 Vote
+ -
=rand(x,y)
bahnjee 13th Aug
=rand(x,y) will insert x paragraphps of y length (in sentences). In other words, =rand(10,6) will insert 10 paragraphs of 6 sentences each.
1 Vote
+ -
=rand.old(x,y)
WilsonT Updated - 13th Aug
Starting in, I believe Word 2007, =rand.old(x,y) will generate x number of paragraphs and y number of sentences of: "The quick brown fox jumps over the lazy dog."
Note that =rand.old(x,y) has to be at the start of a new paragraph. It will not work within or at the end of a paragraph.
I find this very helpful when teaching a basic Intro to MS Word class and need to show the Find and Replace functions; replacing 'brown' with 'red' for example. It gives the student many simple but identical sentences to practice on.
1 Vote
+ -
=lorem(x,y)
WilsonT Updated - 13th Aug
Starting in, I believe Word 2007, =lorem(x,y) will generate x number of paragraphs and y number of sentences of Lorem Ispum text: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit." for example.
Note that =lorem(x,y) has to be at the start of a new paragraph. It will not work within or at the end of a paragraph.
Word will mark text generated this way as "Do not check spelling or grammar" so that the generated text does not as get flagged as misspelled. If you use this "Lorem" text to populate a template, any new text users type in place of the generated text will retain the "Do not check spelling" attribute, which can create problems. You can confirm and change this behavior with the "Set Language" button in the "Proofing" Group on the "Review" tab of the ribbon.
0 Votes
+ -
Great tip
etittle 13th Aug
I especially like the insert and wild card transpose ideas. I use a few of the others all the time but never knew these. I usually had to type partial sentences to replace a word within. Thanks a lot!
So when doing a security review of a system, I download the password file or database table with userids and do a spell check in Word or Excel with the custom dictionary. Any userid that shows up as a spelling error is flagged as potentially an exception.
1 Vote
+ -
Great article, Susan .. thanks! I learned a lot. But I have a question: why did it become the 'standard' to go from two spaces between sentences to just one? I find it *much* easier to read documents when two are used.

Do you know what was behind that decision?
If you use variable width fonts, such as Arial, Helvetica, Times New Roman, etc. then the software works in the space required to separate a punctuation mark and the next letter. Fixed width fonts (such as those used in typewriters) don't give you that luxury, so it is custom to use a double space (end of sentence) or single space (other punctuation) to differentiate.
Have a read of "The Mac Is Not A Typewriter" (or the PC version) for more formatting tips.
0 Votes
+ -
Thanks!
eaglewolf 13th Aug
Thanks! Sounds like a good read.
0 Votes
+ -
replace text with itself
loucan Updated - 14th Dec
I have strings called "text-a", "text-b", and so on.

I need to duplicate these stings, so that they read:
text-a text-a
text-b text-b

I can use wildcards to find these strings, but I can't use wildcards in the replace field, so that
Search = text-*
Replace = text-* text-*

It seems that the only solution would be a script to search, copy, paste, replace, but I'm hoping for something simpler.
0 Votes
+ -
got it!
alfatrading Updated - 2nd Mar
use this form:
find: <text-*>
replace ^& ^&
and don't forget to check wilcards checkbox!
Fabio
Excellent advise. Do you know if it is possible to replace a string with a cross reference. I tried to replace multiple strings with a copied cross reference and all I got was the text and not the cross reference itself.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.