|
Command |
Description |
Shortcut |
Menu |
|
OK/Save
& Exit |
Save changes and close the wizard. |
Enter |
File |
|
Cancel |
Abandon changes and close the wizard. |
Escape |
|
|
New
Function |
Create a new function. |
Ctrl+N |
File |
|
Open |
Open a file containing source code. |
Ctrl+O |
File |
|
Save |
Write all changes to the source code window. |
Ctrl+S |
File |
|
Undo |
Undo the last change. |
Ctrl+Z |
Edit |
|
Cut |
Cut the selected text to the clipboard. |
Ctrl+X |
Edit |
|
Copy |
Copy the selected text to the clipboard. |
Ctrl+C |
Edit |
|
Paste |
Paste text from the clipboard to the field currently being edited. |
Ctrl+V |
Edit |
|
Delete |
Delete the selected text. |
Delete |
Edit |
|
View
Preview |
Shows or hides the Preview pane. |
|
View |
|
View
Toolbar |
Shows or hides the Toolbar. |
|
View |
|
Groups |
Show the Groups dialog. |
Ctrl+G |
Function |
|
Function
Attributes |
Shows the Extended Attributes dialog. |
Ctrl+T |
Function |
|
Uses
Application-level Resources |
Determines whether code is generated to make application-level
resources available to an add-in function. |
|
Function |
|
Disabled
in Excel Formula Wizard |
Determines whether code is generated to prevent the function from
running when called from Excel's Formula Wizard. |
|
Function |
|
Cache
Results |
Determines whether code is generated to cache the results of the function for later reuse. |
|
Function |
|
Cut
Argument |
Cut the selected argument to the clipboard. |
|
Argument |
|
Copy
Argument |
Copy the selected argument to the clipboard. |
|
Argument |
|
Paste
Argument |
Paste a new argument from the clipboard. |
|
Argument |
|
Add
Argument |
Add a new argument to the function. |
Ctrl+I |
Argument |
|
Edit
Argument |
Edit all the properties of the selected argument. |
Ctrl+E |
Argument |
|
Delete
Argument |
Delete the selected argument. |
|
Argument |
|
Move
Argument Up |
Move the selected argument to an earlier position in the list. |
|
|
|
Move
Argument Down |
Move the selected argument to a later position in the list. |
|
|
|
Scalar |
Set the selected argument to be a single value. |
Ctrl+0 |
Argument |
|
Vector |
Set the selected argument to be a one-dimensional array of values. |
Ctrl+1 |
Argument |
|
Matrix |
Sets the selected argument to be a two-dimensional array. |
Ctrl+2 |
Argument |
|
Optional |
Sets the selected argument to be required or optional. |
|
Argument |
|
Options |
Shows the Options dialog. |
|
Tools |
|
Export |
Export function definitions as an XML file. |
|
Tools |
|
Reload
Template |
Reload template file without exiting Visual Studio. |
|
Tools |