|
Command |
Description |
Shortcut |
Menu |
|
OK/Save
& Exit |
Save changes and close the wizard. |
Enter |
File |
|
Cancel |
Abandon changes and close the wizard. |
Escape |
|
![](new.gif) |
New
Function |
Create a new function. |
Ctrl+N |
File |
![](open.gif) |
Open |
Open a file containing source code. |
Ctrl+O |
File |
![](save.gif) |
Save |
Write all changes to the source code window. |
Ctrl+S |
File |
![](undo.gif) |
Undo |
Undo the last change. |
Ctrl+Z |
Edit |
![](cut.gif) |
Cut |
Cut the selected text to the clipboard. |
Ctrl+X |
Edit |
![](copy.gif) |
Copy |
Copy the selected text to the clipboard. |
Ctrl+C |
Edit |
![](paste.gif) |
Paste |
Paste text from the clipboard to the field currently being edited. |
Ctrl+V |
Edit |
![](delete.gif) |
Delete |
Delete the selected text. |
Delete |
Edit |
![](Preview.gif) |
View
Preview |
Shows or hides the Preview pane. |
|
View |
|
View
Toolbar |
Shows or hides the Toolbar. |
|
View |
![](group.gif) |
Groups |
Show the Groups dialog. |
Ctrl+G |
Function |
![](properties.gif) |
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 |
![](cutarg.gif) |
Cut
Argument |
Cut the selected argument to the clipboard. |
|
Argument |
![](copyarg.gif) |
Copy
Argument |
Copy the selected argument to the clipboard. |
|
Argument |
![](pastearg.gif) |
Paste
Argument |
Paste a new argument from the clipboard. |
|
Argument |
![](list_new.gif) |
Add
Argument |
Add a new argument to the function. |
Ctrl+I |
Argument |
![](prop.gif) |
Edit
Argument |
Edit all the properties of the selected argument. |
Ctrl+E |
Argument |
![](list_delete.gif) |
Delete
Argument |
Delete the selected argument. |
|
Argument |
![](list_up.gif) |
Move
Argument Up |
Move the selected argument to an earlier position in the list. |
|
|
![](list_down.gif) |
Move
Argument Down |
Move the selected argument to a later position in the list. |
|
|
![](list_scalar.gif) |
Scalar |
Set the selected argument to be a single value. |
Ctrl+0 |
Argument |
![](list_vector.gif) |
Vector |
Set the selected argument to be a one-dimensional array of values. |
Ctrl+1 |
Argument |
![](list_matrix.gif) |
Matrix |
Sets the selected argument to be a two-dimensional array. |
Ctrl+2 |
Argument |
![](list_optional.gif) |
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 |