Say I want to remove all the tabs in a table. Here's what I do:
- Select the cells in the table I want to remove the tabs from.
- Press CTRL + H on the keyboard to bring up Find and Replace (or use the menu if you don't like keyboard shortcuts).
- In the Find what field type "^t" (without quotes). This is the code that tells Word you're looking for the tab character.
- As I don't want to replace it with anything leave the Replace with field blank.
- Select the Replace All button, select No when it asks me if I want to search in the rest of the document. Done!
If you wanted to remove all paragraph breaks you use the code "^p" in the Find what box. There are other things you can search for as well such as footnote markers - select the More (or Options?) button and then select Special and choose what you want to search for and it will put the code in the Find/Replace box for you.
Hope this is helpful.
No comments:
Post a Comment