Microsoft Excel For Mac Key
- Microsoft Excel For Mac Keyboard
- Microsoft Excel For Mac Tutorial
- Microsoft Excel For Mac Support
- Excel App
- Microsoft Excel For Mac Key West
Microsoft Excel, the spreadsheet app, lets you create, view, edit, and share your files quickly and easily. Manage spreadsheets, tables and workbooks attached to email messages from your phone with this powerful productivity app from Microsoft. Work in data analysis, accounting, auditing, or other fields confidently with anyone, anywhere. 2017-4-14 Microsoft Office 2016 for Mac(附Office 2016激活密钥) Microsoft Office 2016 for Mac是一款运行在Mac平台上常见的办公软件,Office 2016 for Mac里包含Excel、PowerPoint、OneNote、Outlook、Word这五大组件,功能强大,是办公必备的软件,这里提供Office 2016破解版,其中包含Office 2016激活密钥,想要尽情使用Office 2016破解版的朋友. Install Office for Mac now Office 365 customers get the new Office for Mac first. You’ll have Office applications on your Mac or PC, apps on tablets and smartphones for when you're on the go, and Office Online on the web for everywhere in between. 获取 Microsoft Excel 2010 下载信息、更新升级、产品功能、生命周期结束信息等。Office 365 计划包含这些应用程序的高级版本,还包含其他一些通过 Internet 启用的服务,例如 OneDrive 提供的网盘和 Skype. Oct 29, 2015 With the Formula Builder in Excel 2016 for Mac, building formulas just got simpler. It allows you to search and insert a function, add data to defined function arguments, and get help on any function. To access the Formula Builder, simply click the fx button on the Formula bar or press Shift+F3. This article is for Office for Mac 2011. Are you using Office on PC? See Using product keys with Office 365, Office 2016, or Office 2013. Where do I find my Office for Mac 2011 product key? Once you have your product key, see Activate Office for Mac 2011. When you install or reinstall Microsoft Office, you are prompted to enter the product key.
-->当按特定键或特定的组合键时运行指定的过程。Runs a specified procedure when a particular key or key combination is pressed.
语法Syntax
表达式。OnKey(Key、 Procedure)expression.OnKey (Key, Procedure)
expression:表示 Application 对象的变量。expression A variable that represents an Application object.
参数Parameters
名称Name | 必需/可选Required/Optional | 数据类型Data type | 说明Description |
---|---|---|---|
KeyKey | 必需Required | 字符串String | 表示要按的键的字符串。A string indicating the key to be pressed. |
步骤Procedure | 可选Optional | VariantVariant | 表示要运行的过程名称的字符串。A string indicating the name of the procedure to be run.如果 Procedure 为空文本 ('),则按 Key 时不发生任何操作。If Procedure is ' (empty text), nothing happens when Key is pressed.该格式的 OnKey 将更改键击在 Microsoft Excel 中产生的正常结果。This form of OnKey changes the normal result of keystrokes in Microsoft Excel. 如果省略 Procedure 参数,则 Key 恢复为 Microsoft Excel 中的正常结果,同时清除先前使用 OnKey 方法所做的特殊键击设置。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
_Key_参数可以指定与 Alt、Ctrl 或 Shift 或这些键的任意组合组合在一起的任意单个键。The Key argument can specify any single key combined with Alt, Ctrl, or Shift, or any combination of these keys.每个键均可用一个或多个字符表示,例如,a
表示字符 a,{ENTER}
表示 Enter 键。Each key is represented by one or more characters, such as a
for the character a, or {ENTER}
for the Enter key.
若要指定在按下相应的键 (例如: Enter 或 Tab) 时不显示的字符, 请使用下表中列出的代码。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 |
---|---|
BackspaceBACKSPACE | {BACKSPACE} 或 {BS} {BACKSPACE} or {BS} |
BreakBREAK | {BREAK} |
Caps LockCAPS LOCK | {CAPSLOCK} |
清除CLEAR | {CLEAR} |
Delete 或 DelDELETE or DEL | {DELETE} 或 {DEL} {DELETE} or {DEL} |
向下键DOWN ARROW | {DOWN} |
结束END | {END} |
Enter(数字小键盘)ENTER (numeric keypad) | {ENTER} |
EnterENTER | ~ (波形符)~ (tilde) |
EscESC | { ESCAPE} 或{ESC} { ESCAPE} or {ESC} |
帮助HELP | {HELP} |
主页HOME | {HOME} |
InsINS | {INSERT} |
向左键LEFT ARROW | {LEFT} |
Num LockNUM LOCK | {NUMLOCK} |
PageDownPAGE DOWN | {PGDN} |
PageUpPAGE UP | {PGUP} |
ReturnRETURN | {RETURN} |
向右键RIGHT ARROW | {RIGHT} |
Scroll LockSCROLL LOCK | {SCROLLLOCK} |
TabTAB | {TAB} |
向上键UP ARROW | {UP} |
F1 到 F15F1 through F15 | {F1} 到 {F15} {F1} through {F15} |
您还可以指定与 Shift 和/或 Ctrl 和/或 Alt 和/或命令组合在一起的键。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 |
---|---|
ShiftShift | + (加号)+ (plus sign) |
CtrlCtrl | ^ (插入符号)^ (caret) |
AltAlt | % (百分号)% (percent sign) |
命令Command | * 号仅适用于 Mac;只能在 Excel 2011 for Mac 和更高版本中使用。* (asterisk) Only applies to Mac; may only work on Excel 2011 for Mac and not later versions. |
Microsoft Excel For Mac Keyboard
若为特定字符指定处理过程(如 +、^、% 等等),可将此字符用圆括号括起。To assign a procedure to one of the special characters (+, ^, %, and so on), enclose the character in braces.有关详细信息,请参阅示例。For details, see the example.
备注
目前, 在 Office VBA 的最新版本中无法检测命令项。There is no way to currently detect the Command key in recent versions of Office VBA.Microsoft 意识到这一点, 正在寻找它。Microsoft is aware of this and is looking into it.
示例Example
此示例将 Specialprintproc 分配给键序列 Ctrl + 加号, 并将 Insertproc 分配给键序列 Shift + Ctrl + 向右键。This example assigns InsertProc to the key sequence Ctrl+Plus Sign, and assigns SpecialPrintProc to the key sequence Shift+Ctrl+Right Arrow.
本示例返回 Shift + Ctrl + 向右键, 使其正常的含义。This example returns Shift+Ctrl+Right Arrow to its normal meaning.
Choose from any of our thousands of citation styles or create your own, and watch your citations and bibliography update themselves.What to learn more about RefWorks? Office mac microsoft store.
本示例禁用 Shift + Ctrl + 向右键键序列。This example disables the Shift+Ctrl+Right Arrow key sequence.
支持和反馈Support and feedback
有关于 Office VBA 或本文档的疑问或反馈?Have questions or feedback about Office VBA or this documentation?请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.
1. Frequently used shortcuts | |
---|---|
⌘+V or Ctrl+V | Paste |
⌘+C or Ctrl+C | Copy |
Delete | Clear |
⌘+S or Ctrl+S | Save |
⌘+Z or Ctrl+Z | Undo |
⌘+Y or Ctrl+Y | Redo |
⌘+X or Ctrl+X | Cut |
⌘+B or Ctrl+B | Bold |
⌘+P or Ctrl+P | |
Option+F11 | Open Visual Basic |
⌘+D or Ctrl+D | Fill Down |
⌘+R or Ctrl+R | Fill Right |
Ctrl+Shift+= | Insert cells |
⌘+- or Ctrl+- (hyphen) | Delete cells |
⌘+= or F9 | Calculate all open workbooks |
⌘+W or Ctrl+W | Close window |
⌘+Q | Quit Excel |
Ctrl+G or F5 | Display the Go To dialog box |
⌘+1 or Ctrl+1 | Display the Format Cells dialog box |
Ctrl+H or ⌘+Shift+H | Display the Replace dialog box |
⌘+Ctrl+V or Ctrl+Option+V | Paste Special |
⌘+U | Underline |
⌘+I or Ctrl+I | Italic |
⌘+N or Ctrl+N | New blank workbook |
⌘+Shift+P | New workbook from template |
⌘+Shift+S or F12 | Display the Save As dialog box |
F1 or ⌘+/ | Display the Help window |
⌘+A or ⌘+Shift+Space | Select All |
⌘+Shift+F or Ctrl+Shift+L | Add or remove a filter |
⌘+Option+R or Ctrl+O | Minimize or maximize the ribbon tabs |
⌘+O | Display the Open dialog box |
F7 | Check spelling |
Shift+F7 | Open the thesaurus |
Shift+F3 | Display the Formula Builder |
⌘+F3 | Open the Define Name dialog box |
⌘+Shift+F3 | Open the Create names dialog box |
Shift+F11 | Insert a new sheet * |
⌘+P or Ctrl+P | |
⌘+P or Ctrl+P | Print preview |
*Some Windows keyboard shortcuts conflict with the corresponding default Mac OS keyboard shortcuts. This topic flags such shortcuts with an asterisk ( * ). To use these shortcuts, you may have to change your Mac keyboard settings to change the Show Desktop shortcut for the key. |
▲ up
2. Work in windows and dialogs | |
---|---|
⌘+Option+R | Expand or minimize the ribbon |
⌘+Ctrl+F | Switch to full screen view |
⌘+Tab | Switch to the next application |
⌘+Shift+Tab | Switch to the previous application |
⌘+W | Close the active workbook window |
⌘+Shift+3 | Copy the image of the screen and save it to a Screen Shot file on your desktop. |
Ctrl+F9 | Minimize the active window |
Ctrl+F10 or ⌘+F10 | Maximize or restore the active window |
⌘+H | Hide Excel. |
Tab | Move to the next box, option, control, or command |
Shift+Tab | Move to the previous box, option, control, or command |
Esc | Exit a dialog or cancel an action |
Enter | Perform the action assigned to the default command button (the button with the bold outline, often the OK button) |
Esc | Cancel the command and close |
▲ up
3. Move and scroll in a sheet or workbook | |
---|---|
Arrow Keys | Move one cell up, down, left, or right |
⌘+Arrow Key | Move to the edge of the current data region |
Home | Move to the beginning of the row |
Ctrl+Home | Move to the beginning of the sheet |
Ctrl+End | Move to the last cell in use on the sheet |
Page Down | Move down one screen |
Page Up | Move up one screen |
Option+Page Down | Move one screen to the right |
Option+Page Up | Move one screen to the left |
Ctrl+Page Down or Option+Arrow Right | Move to the next sheet in the workbook |
Ctrl+Page Down or Option+Arrow Left | Move to the previous sheet in the workbook |
Ctrl+Delete | Scroll to display the active cell |
Ctrl+G | Display the Go To dialog box |
Ctrl+F or Shift+F5 | Display the Find dialog box |
⌘+F | Access search (when in a cell or when a cell is selected) |
Tab | Move between unlocked cells on a protected sheet |
▲ up
4. Enter data on a sheet | |
---|---|
F2 | Edit the selected cell |
Enter | Complete a cell entry and move forward in the selection |
Ctrl+Option+Enter | Start a new line in the same cell |
⌘+Return or Ctrl+Enter | Fill the selected cell range with the text that you type |
Shift+Enter | Complete a cell entry and move up in the selection |
Tab | Complete a cell entry and move to the right in the selection |
Shift+Tab | Complete a cell entry and move to the left in the selection |
Esc | Cancel a cell entry |
Delete | Delete the character to the left of the insertion point, or delete the selection |
Delete the character to the right of the insertion point, or delete the selection | |
On a MacBook, pressFn+Delete | Note: Some smaller keyboards do not have this key |
Note: Some smaller keyboards do not have this key | |
Arrow Keys | Move one character up, down, left, or right |
Home | Move to the beginning of the line |
Shift+F2 | Insert a comment |
Shift+F2 | Open and edit a cell comment |
Ctrl+D or ⌘+D | Fill down |
Ctrl+R or ⌘+R | Fill to the right |
Ctrl+L | Define a name |
▲ up
5. Work in cells or the Formula bar | |
---|---|
F2 | Edit the selected cell |
Delete | Edit the active cell and then clear it, or delete the preceding character in the active cell as you edit the cell contents |
Enter | Complete a cell entry |
⌘+Shift+Return or Ctrl+Shift+Enter | Enter a formula as an array formula |
Esc | Cancel an entry in the cell or formula bar |
Ctrl+A | Display the Formula Builder after you type a valid function name in a formula |
⌘+K or Ctrl+K | Insert a hyperlink |
Ctrl+U | Edit the active cell and position the insertion point at the end of the line |
Shift+F3 | Open the Formula Builder |
Shift+F9 | Calculate the active sheet |
Shift+F10 | Display a contextual menu |
= | Start a formula |
⌘+T or F4 | Toggle the formula reference style between absolute, relative, and mixed |
⌘+Shift+T | Insert the AutoSum formula |
Ctrl+; (semicolon) | Enter the date |
⌘+; (semicolon) | Enter the time |
Ctrl+Shift+' (inchmark) | Copy the value from the cell above the active cell into the cell or the formula bar |
Ctrl+` (grave accent) | Alternate between displaying cell values and displaying cell formulas |
Ctrl+' (apostrophe)) | Copy a formula from the cell above the active cell into the cell or the formula bar |
Ctrl+Option+Arrow Down | Display the AutoComplete list |
Ctrl+L | Define a name |
Ctrl+Option+⌘+L | Open the Smart Lookup pane |
▲ up
6. Format and edit data | |
---|---|
F2 | Edit the selected cell |
⌘+T or Ctrl+T | Create a table |
⌘+Option+Return or Ctrl+Option+Enter | Insert a line break in a cell |
Ctrl+Spacebar or ⌘+Space | Insert special characters like symbols, including emoji |
⌘+Shift+> | Increase font size |
⌘+Shift+< | Decrease font size |
⌘+E | Align center |
⌘+L | Align left |
⌘+Shift+L | Display the Modify Cell Style dialog box |
⌘+1 | Display the Format Cells dialog box |
Ctrl+Shift+~ | Apply the general number format |
Ctrl+Shift+$ | Apply the currency format with two decimal places (negative numbers appear in red with parentheses) |
Ctrl+Shift+% | Apply the percentage format with no decimal places |
Ctrl+Shift+^ | Apply the exponential number format with two decimal places |
Ctrl+Shift+# | Apply the date format with the day, month, and year |
Ctrl+Shift+@ | Apply the time format with the hour and minute, and indicate AM or PM |
Ctrl+Shift+! | Apply the number format with two decimal places, thousands separator, and minus sign (-) for negative values |
⌘+Option+0 | Apply the outline border around the selected cells |
⌘+Option+Arrow Right | Add an outline border to the right of the selection |
⌘+Option+Arrow Left | Add an outline border to the left of the selection |
⌘+Option+Arrow Up | Add an outline border to the top of the selection |
⌘+Option+Arrow Down | Add an outline border to the bottom of the selection |
⌘+Option+- (hyphen) | Remove outline borders |
⌘+B | Apply or remove bold formatting |
⌘+I | Apply or remove italic formatting |
⌘+U | Apply or remove underscoring |
⌘+Shift+X | Apply or remove strikethrough formatting |
⌘+) or Ctrl+) | Hide a column |
⌘+Shift+) or Ctrl+Shift+) | Unhide a column |
⌘+( or Ctrl+( | Hide a row |
⌘+Shift+( or Ctrl+Shift+( | Unhide a row |
Ctrl+U | Edit the active cell |
Esc | Cancel an entry in the cell or the formula bar |
Delete | Edit the active cell and then clear it, or delete the preceding character in the active cell as you edit the cell contents |
⌘+V | Paste text into the active cell |
Enter | Complete a cell entry |
⌘+Return or Ctrl+Enter | Give selected cells the current cell's entry |
⌘+Shift+Return or Ctrl+Shift+Enter | Enter a formula as an array formula |
Ctrl+A | Display the Formula Builder after you type a valid function name in a formula |
▲ up
7. Select cells, columns, or rows | |
---|---|
Shift+Arrow Key | Extend the selection by one cell |
⌘+Shift+Arrow Key | Extend the selection to the last nonblank cell in the same column or row as the active cell |
Shift+Home | Extend the selection to the beginning of the row |
Ctrl+Shift+Home | Extend the selection to the beginning of the sheet |
Ctrl+Shift+End | Extend the selection to the last cell used on the sheet (lower-right corner) |
Ctrl+Space | Select the entire column |
Shift+Space | Select the entire row |
⌘+A | Select the entire sheet |
⌘+Shift+* (asterisk) | Select only visible cells |
Shift+Delete | Select only the active cell when multiple cells are selected |
Shift+Page Down | Extend the selection down one screen |
Shift+Page Up | Extend the selection up one screen |
Ctrl+6 | Alternate between hiding objects, displaying objects, and displaying placeholders for objects |
F8 | Turn on the capability to extend a selection by using the arrow keys |
Shift+F8 | Add another range of cells to the selection |
Ctrl+/ | Select the current array, which is the array that the active cell belongs to. |
Ctrl+ | Select cells in a row that don't match the value in the active cell in that row. You must select the row starting with the active cell. |
Ctrl+Shift+[ | Select only cells that are directly referred to by formulas in the selection |
Ctrl+Shift+{ | Select all cells that are directly or indirectly referred to by formulas in the selection |
Ctrl+] | Select only cells with formulas that refer directly to the active cell |
Ctrl+Shift+} | Select all cells with formulas that refer directly or indirectly to the active cell |
▲ up
8. Work with a selection | |
---|---|
⌘+C or Ctrl+C | Copy |
⌘+V or Ctrl+V | Paste |
⌘+X or Ctrl+X | Cut |
Delete | Clear |
Ctrl+- (hyphen) | Delete the selection |
⌘+Z | Undo the last action |
⌘+) or Ctrl+) | Hide a column |
⌘+Shift+) or Ctrl+Shift+) | Unhide a column |
⌘+( or Ctrl+( | Hide a row |
⌘+Shift+( or Ctrl+Shift+( | Unhide a row |
Enter | Move from top to bottom within the selection (down)* |
Shift+Enter | Move from bottom to top within the selection (up)* |
Tab | Move from left to right within the selection, or move down one cell if only one column is selected |
Shift+Tab | Move from right to left within the selection, or move down one cell if only one column is selected |
Ctrl+. (period) | Move clockwise to the next corner of the selection |
⌘+Shift+K | Group selected cells |
⌘+Shift+J | Ungroup selected cells |
*These shortcuts may move in another direction other than down or up. If you'd like to change the direction of these shortcuts using the mouse, on the Excel menu, click Preferences, click Edit, and then, under. After pressing Return, move selection, select the direction you want to move in. |
▲ up
9. Use charts | |
---|---|
F11 | Insert a new chart sheet. |
ArrowKeys | Cycle through chart object selection |
Microsoft Excel For Mac Tutorial
▲ up
Microsoft Excel For Mac Support
10. Sort, filter, and use PivotTable reports | |
---|---|
⌘+Shift+R | Open the Sort dialog box |
⌘+Shift+F or Ctrl+Shift+L | Add or remove a filter |
Option+Arrow Down | Display the Filter list or PivotTable page field pop-up menu for the selected cell |
▲ up
Select Yes.The install begins.Your install is finished when you see the phrase, 'You're all set! Microsoft office 2016 for mac crack free download. Install Office 2016 on a PCRemember a one-time purchase version of Office is.Depending on your browser, select Run (in Edge or Internet Explorer), Setup (in Chrome), or Save File (in Firefox).If you see the User Account Control prompt that says, Do you want to allow this app to make changes to your device? Select the tab below for the version you're trying to install.
11. Outline data | |
---|---|
Ctrl+8 | Display or hide outline symbols |
Ctrl+9 | Hide selected rows |
Ctrl+Shift+( (opening parenthesis) | Unhide selected rows |
Ctrl+0 (zero) | Hide selected columns |
Ctrl+Shift+) (closing parenthesis) | Unhide selected columns |
▲ up
Excel App
12. The following table provides the function key shortcuts for Excel 2016 for Mac* | |
---|---|
F1 | Display the Help window |
F2 | Edit the selected cell |
Shift+F2 | Insert or edit a cell comment |
Option+F2 | Open the Save dialog |
Shift+F3 | Open the Formula Builder |
⌘+F3 | Open the Define Name dialog |
⌘+F4 | Close |
F5 | Display the Go To dialog |
Shift+F5 | Display the Find dialog |
Ctrl+F5 | Move to the Search Sheet dialog |
F7 | Check spelling |
Shift+F7 or Ctrl+Option+⌘+R | Open the thesaurus |
F8 | Extend the selection |
Shift+F8 | Add to the selection |
Option+F8 | Display the Macro dialog |
F9 | Calculate all open workbooks |
Shift+F9 | Calculate the active sheet |
Ctrl+F9 | Minimize the active window |
Shift+F10 | Display a contextual menu, or 'right click' menu |
Ctrl+F10 or ⌘+F10 | Maximize or restore the active window |
F11 | Insert a new chart sheet* |
Shift+F11 | Insert a new sheet* |
⌘+F11 | Insert an Excel 4.0 macro sheet |
Option+F11 | Open Visual Basic |
F12 | Display the Save As dialog |
⌘+F12 | Display the Open dialog |
*Excel 2016 for Mac uses the function keys for common commands, including Copy and Paste. For quick access to these shortcuts, you can change your Apple system preferences so you don't have to press the FN key every time you use a function key shortcut |
Microsoft Excel For Mac Key West
▲ up