Did you ever wonder if you can modify the footnote style in MS Word? Or remove extra line breaks? Or remove the line?
Continue reading “Extra line breaks in MS Word footnotes”Tag: ms word
Remove All BookMarks
Dim objBookmark As Bookmark
For Each objBookmark In ActiveDocument.Bookmarks
objBookmark.Delete
Next
End Sub
Word Macro: Set all Columns to the Same Width in Every Table
Use the Word macro code below to set every column in every table to the width of the corresponding column in the reference table.
Continue reading “Word Macro: Set all Columns to the Same Width in Every Table”
Make your life easier – customize your MS Word toolbar
You can make your life a lot easier by customizing the MS Word toolbar with functions that you often use.
Here’s how.
- Click the dropdown arrow (
) in the toolbar. - Select More Commands…
- Click Popular Commands.
- Select any command from the list and then click Add>>.
Add whatever commands you usually use. Note the following:
- You can add a button to run a custom macro.
- You can add a separator by selecting which is at the top of the list.
- Para Keep With Next – let’s you turn on/off the keep with next attribute.
- Para Page Break Before – adds a page break before the current line of text.
- Style – shows the current style and allows you to select a new style.
Get Rid of MS Office 2013 Animations
Some people like it, but I don’t. MS Office 2013 introduces fluid animations to various actions. For example, in Excel, when you move from one cell to another the highlight box doesn’t jump, but slides to the next box.
To get rid of all of these animations:
- Right click on My Computer icon on the Desktop and choose Properties option OR just hit Win+Pause
- In the System window click the Advanced system settings link in the left pane
- Click Continue button if prompted by UAC
- Now click Settings button under Performance section
- Select the Custom and un-check the option Animate controls and elements inside windows to disable animations
- Click OK button
- Click OK button in the System Properties window
[Source: How To Code]
MS Word: Paste as Text
- From the View tab, create a new macro named PasteSpecialAsText.
- Replace the contents of the code editor with the following text:
Sub PasteSpecialAsText()
Selection.PasteSpecial DataType:=wdPasteText
End Sub - From the File menu, choose Word Options, then Customize Ribbon, and then click the Customize button next to Keyboard shortcuts at the bottom to bring up the Customize Keyboard dialog.
- Choose Macros from the categories list on the left, and then your macro in the Commands box on the right-hand side. Now you can enter in a shortcut key (Ctrl+Shift+V or your own), and click the Assign button.
[Source LifeHacker]
Word VBA Macros Interrupted
Reduce PDF Size
- In Word, use the normal Save as -> PDF
- Open the PDF that was created (if it does not open automatically)
- Select File -> Save as
- Click “Save”.
As an example, I had a file that was originally 8,594 KB. After using the above procedure it was reduced to 6,353 KB.
- Word 2010
- Adobe Acrobat 9
- Windows 7
Word: Collapse All in the Navigation Pane
Word: Dropped Capital
- Click anywhere in the paragraph
- Click the Insert tab on the Ribbon
- Click the Drop Cap icon in the Text group