I often write documents for a lawyer if it matters and i have to write the same combinations of words multiple times (e.g names of persons, companies). Is there a function in Microsoft Office Word (2010) that could help me inserting those combinations of words by pressing some hotkeys?

Example:

Alt+1 inserts Bob Andrew

Alt+2 inserts Another text Inc.

and so on.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

You can create a Macro to achieve this.

  1. Go to the Developer Tab on your Ribbon
  2. Click "Record Macro"
  3. Name the macro and click the "Keyboard" icon
  4. Select the textbox under "Press new shortcut key" and press your desired hotkeys. Alt-1 may not work because it should be already assigned to something. You may want to try Ctrl-Alt-1 and so on..
  5. Click "Assign"
  6. Click "Close"
  7. Now type "Bob Andrew" in word
  8. Click "Stop Recording"
  9. Now test your Macro, hit Ctrl-Alt-1 or whatever key sequence you assigned in the earlier step.
link|improve this answer
feedback

Adding AutoCorrect entries will accomplish the same thing, but using visible text rather than hotkeys. See the last section of:

http://office.microsoft.com/en-us/word-help/add-autotext-HA010255209.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.