Microsoft Excel For Mac Key

  1. Microsoft Excel For Mac Keyboard
  2. Microsoft Excel For Mac Tutorial
  3. Microsoft Excel For Mac Support
  4. Excel App
  5. 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(KeyProcedure)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可选OptionalVariantVariant表示要运行的过程名称的字符串。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+VPaste
+C or Ctrl+CCopy
DeleteClear
+S or Ctrl+SSave
+Z or Ctrl+ZUndo
+Y or Ctrl+YRedo
+X or Ctrl+XCut
+B or Ctrl+BBold
+P or Ctrl+PPrint
Option+F11Open Visual Basic
+D or Ctrl+DFill Down
+R or Ctrl+RFill Right
Ctrl+Shift+=Insert cells
+- or Ctrl+- (hyphen)Delete cells
+= or F9Calculate all open workbooks
+W or Ctrl+WClose window
+QQuit Excel
Ctrl+G or F5Display the Go To dialog box
+1 or Ctrl+1Display the Format Cells dialog box
Ctrl+H or +Shift+HDisplay the Replace dialog box
+Ctrl+V or Ctrl+Option+VPaste Special
+UUnderline
+I or Ctrl+IItalic
+N or Ctrl+NNew blank workbook
+Shift+PNew workbook from template
+Shift+S or F12Display the Save As dialog box
F1 or +/Display the Help window
+A or +Shift+SpaceSelect All
+Shift+F or Ctrl+Shift+LAdd or remove a filter
+Option+R or Ctrl+OMinimize or maximize the ribbon tabs
+ODisplay the Open dialog box
F7Check spelling
Shift+F7Open the thesaurus
Shift+F3Display the Formula Builder
+F3Open the Define Name dialog box
+Shift+F3Open the Create names dialog box
Shift+F11Insert a new sheet *
+P or Ctrl+PPrint
+P or Ctrl+PPrint 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+RExpand or minimize the ribbon
+Ctrl+FSwitch to full screen view
+TabSwitch to the next application
+Shift+TabSwitch to the previous application
+WClose the active workbook window
+Shift+3Copy the image of the screen and save it to a Screen Shot file on your desktop.
Ctrl+F9Minimize the active window
Ctrl+F10 or +F10Maximize or restore the active window
+HHide Excel.
TabMove to the next box, option, control, or command
Shift+TabMove to the previous box, option, control, or command
EscExit a dialog or cancel an action
EnterPerform the action assigned to the default command button (the button with the bold outline, often the OK button)
EscCancel the command and close

▲ up

3. Move and scroll in a sheet or workbook
Arrow KeysMove one cell up, down, left, or right
+Arrow KeyMove to the edge of the current data region
HomeMove to the beginning of the row
Ctrl+HomeMove to the beginning of the sheet
Ctrl+EndMove to the last cell in use on the sheet
Page DownMove down one screen
Page UpMove up one screen
Option+Page DownMove one screen to the right
Option+Page UpMove one screen to the left
Ctrl+Page Down or Option+Arrow RightMove to the next sheet in the workbook
Ctrl+Page Down or Option+Arrow LeftMove to the previous sheet in the workbook
Ctrl+DeleteScroll to display the active cell
Ctrl+GDisplay the Go To dialog box
Ctrl+F or Shift+F5Display the Find dialog box
+FAccess search (when in a cell or when a cell is selected)
TabMove between unlocked cells on a protected sheet

▲ up

4. Enter data on a sheet
F2Edit the selected cell
EnterComplete a cell entry and move forward in the selection
Ctrl+Option+EnterStart a new line in the same cell
+Return or Ctrl+EnterFill the selected cell range with the text that you type
Shift+EnterComplete a cell entry and move up in the selection
TabComplete a cell entry and move to the right in the selection
Shift+TabComplete a cell entry and move to the left in the selection
EscCancel a cell entry
DeleteDelete 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+DeleteNote: Some smaller keyboards do not have this key
Note: Some smaller keyboards do not have this key
Arrow KeysMove one character up, down, left, or right
HomeMove to the beginning of the line
Shift+F2Insert a comment
Shift+F2Open and edit a cell comment
Ctrl+D or +DFill down
Ctrl+R or +RFill to the right
Ctrl+LDefine a name

▲ up

5. Work in cells or the Formula bar
F2Edit the selected cell
DeleteEdit the active cell and then clear it, or delete the preceding character in the active cell as you edit the cell contents
EnterComplete a cell entry
+Shift+Return or Ctrl+Shift+EnterEnter a formula as an array formula
EscCancel an entry in the cell or formula bar
Ctrl+ADisplay the Formula Builder after you type a valid function name in a formula
+K or Ctrl+KInsert a hyperlink
Ctrl+UEdit the active cell and position the insertion point at the end of the line
Shift+F3Open the Formula Builder
Shift+F9Calculate the active sheet
Shift+F10Display a contextual menu
=Start a formula
+T or F4Toggle the formula reference style between absolute, relative, and mixed
+Shift+TInsert 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 DownDisplay the AutoComplete list
Ctrl+LDefine a name
Ctrl+Option++LOpen the Smart Lookup pane

▲ up

6. Format and edit data
F2Edit the selected cell
+T or Ctrl+TCreate a table
+Option+Return or Ctrl+Option+EnterInsert a line break in a cell
Ctrl+Spacebar or +SpaceInsert special characters like symbols, including emoji
+Shift+>Increase font size
+Shift+<Decrease font size
+EAlign center
+LAlign left
+Shift+LDisplay the Modify Cell Style dialog box
+1Display 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+0Apply the outline border around the selected cells
+Option+Arrow RightAdd an outline border to the right of the selection
+Option+Arrow LeftAdd an outline border to the left of the selection
+Option+Arrow UpAdd an outline border to the top of the selection
+Option+Arrow DownAdd an outline border to the bottom of the selection
+Option+- (hyphen)Remove outline borders
+BApply or remove bold formatting
+IApply or remove italic formatting
+UApply or remove underscoring
+Shift+XApply 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+UEdit the active cell
EscCancel an entry in the cell or the formula bar
DeleteEdit the active cell and then clear it, or delete the preceding character in the active cell as you edit the cell contents
+VPaste text into the active cell
EnterComplete a cell entry
+Return or Ctrl+EnterGive selected cells the current cell's entry
+Shift+Return or Ctrl+Shift+EnterEnter a formula as an array formula
Ctrl+ADisplay the Formula Builder after you type a valid function name in a formula

▲ up

7. Select cells, columns, or rows
Shift+Arrow KeyExtend the selection by one cell
+Shift+Arrow KeyExtend the selection to the last nonblank cell in the same column or row as the active cell
Shift+HomeExtend the selection to the beginning of the row
Ctrl+Shift+HomeExtend the selection to the beginning of the sheet
Ctrl+Shift+EndExtend the selection to the last cell used on the sheet (lower-right corner)
Ctrl+SpaceSelect the entire column
Shift+SpaceSelect the entire row
+ASelect the entire sheet
+Shift+* (asterisk)Select only visible cells
Shift+DeleteSelect only the active cell when multiple cells are selected
Shift+Page DownExtend the selection down one screen
Shift+Page UpExtend the selection up one screen
Ctrl+6Alternate between hiding objects, displaying objects, and displaying placeholders for objects
F8Turn on the capability to extend a selection by using the arrow keys
Shift+F8Add 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+CCopy
+V or Ctrl+VPaste
+X or Ctrl+XCut
DeleteClear
Ctrl+- (hyphen)Delete the selection
+ZUndo 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
EnterMove from top to bottom within the selection (down)*
Shift+EnterMove from bottom to top within the selection (up)*
TabMove from left to right within the selection, or move down one cell if only one column is selected
Shift+TabMove 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+KGroup selected cells
+Shift+JUngroup 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
F11Insert a new chart sheet.
ArrowKeysCycle through chart object selection
Microsoft

Microsoft Excel For Mac Tutorial

▲ up

Microsoft Excel For Mac Support

10. Sort, filter, and use PivotTable reports
+Shift+ROpen the Sort dialog box
+Shift+F or Ctrl+Shift+LAdd or remove a filter
Option+Arrow DownDisplay 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+8Display or hide outline symbols
Ctrl+9Hide 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*
F1Display the Help window
F2Edit the selected cell
Shift+F2Insert or edit a cell comment
Option+F2Open the Save dialog
Shift+F3Open the Formula Builder
+F3Open the Define Name dialog
+F4Close
F5Display the Go To dialog
Shift+F5Display the Find dialog
Ctrl+F5Move to the Search Sheet dialog
F7Check spelling
Shift+F7 or Ctrl+Option++ROpen the thesaurus
F8Extend the selection
Shift+F8Add to the selection
Option+F8Display the Macro dialog
F9Calculate all open workbooks
Shift+F9Calculate the active sheet
Ctrl+F9Minimize the active window
Shift+F10Display a contextual menu, or 'right click' menu
Ctrl+F10 or +F10Maximize or restore the active window
F11Insert a new chart sheet*
Shift+F11Insert a new sheet*
+F11Insert an Excel 4.0 macro sheet
Option+F11Open Visual Basic
F12Display the Save As dialog
+F12Display 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