Microsoft Office Mac 2011 Word Goto Page Command
Dec 31, 2011 Microsoft Word 2010 — How to Go to or Jump to a Page. December 31, 2011 David Microsoft Office, Word. Moving around large Word documents can get annoying, so in order to make it easier, let’s go over two ways to jump to a page in Word. Press CTRL+G. This will bring up the Find and Replace dialogue box. Oct 26, 2010 Microsoft has released Office for Mac 2011.The latest version of the Office Suite aims to bridge the divide between the Mac and PC, and it packs a ton of new features, including Microsoft.
Runs a specified procedure when a particular key or key combination is pressed.
Link text mac microsoft word. You can add text or an object as a hyperlink that opens a specific slide in a PowerPoint presentation or a custom slide show. You can also link to a Word document, an Excel workbook, a file, or an email address. Select the text or object that you want to make into a hyperlink. Microsoft Word has a special paste option that lets you link documents to each other so that you can update text across all of them at once. How to Insert a Text Link in Word. Press Ctrl+C on a PC or Command+C on a Mac.
Syntax
expression.OnKey (Key, Procedure)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Key | Required | String | A string indicating the key to be pressed. |
Procedure | Optional | Variant | A string indicating the name of the procedure to be run. If Procedure is ' (empty text), nothing happens when Key is pressed. This form of OnKey changes the normal result of keystrokes in Microsoft Excel. If Procedure is omitted, Key reverts to its normal result in Microsoft Excel, and any special key assignments made with previous OnKey methods are cleared. |
Remarks
The Key argument can specify any single key combined with Alt, Ctrl, or Shift, or any combination of these keys. Each key is represented by one or more characters, such as a
for the character a, or {ENTER}
for the Enter key.
To specify characters that aren't displayed when you press the corresponding key (for example: Enter or Tab), use the codes listed in the following table. Each code in the table represents one key on the keyboard.
Key | Code |
---|---|
BACKSPACE | {BACKSPACE} or {BS} |
BREAK | {BREAK} |
CAPS LOCK | {CAPSLOCK} |
CLEAR | {CLEAR} |
DELETE or DEL | {DELETE} or {DEL} |
DOWN ARROW | {DOWN} |
END | {END} |
ENTER (numeric keypad) | {ENTER} |
ENTER | ~ (tilde) |
ESC | { ESCAPE} or {ESC} |
HELP | {HELP} |
HOME | {HOME} |
INS | {INSERT} |
LEFT ARROW | {LEFT} |
NUM LOCK | {NUMLOCK} |
PAGE DOWN | {PGDN} |
PAGE UP | {PGUP} |
RETURN | {RETURN} |
RIGHT ARROW | {RIGHT} |
SCROLL LOCK | {SCROLLLOCK} |
TAB | {TAB} |
UP ARROW | {UP} |
F1 through F15 | {F1} through {F15} |
You can also specify keys combined with Shift and/or Ctrl and/or Alt and/or Command. To specify a key combined with another key or keys, use the following table.
To combine keys with | Precede the key code by |
---|---|
Shift | + (plus sign) |
Ctrl | ^ (caret) |
Alt | % (percent sign) |
Command | * (asterisk) Only applies to Mac; may only work on Excel 2011 for Mac and not later versions. |
To assign a procedure to one of the special characters (+, ^, %, and so on), enclose the character in braces. For details, see the example.
Note
There is no way to currently detect the Command key in recent versions of Office VBA. Microsoft is aware of this and is looking into it.
Example
This example assigns InsertProc to the key sequence Ctrl+Plus Sign, and assigns SpecialPrintProc to the key sequence Shift+Ctrl+Right Arrow.
This example returns Shift+Ctrl+Right Arrow to its normal meaning.
Microsoft Office Mac 2011 Word Goto Page Commands
This example disables the Shift+Ctrl+Right Arrow key sequence.
Support and feedback
Microsoft Office Mac 2011 Word Goto Page Command 1
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback. Microsoft office mac 2004 upgrade.