Edit

This menu contains commands for formatting and writing code in the code editor.

microsoft excel docs

Undo Typing - (Ctrl + Z). Reverses the last action. You can also use the shortcut key (Alt + Backspace). You cannot undo a Cut operation.
Redo Action - Restores the last action. You can restore up to 20 edits.
Cut - (Ctrl + X). Removes the item and places it on the Clipboard. This is disabled if there is nothing selected. You can also use the shortcut key (Shift + Delete).
Copy - (Ctrl C). Copies the item and places it on the Clipboard. This is disabled if there is nothing selected. You cannot undo the Copy command in the Code window. You can also use the shortcut key (Ctrl + Insert).
Paste - (Ctrl + V). Inserts the item currently on the Clipboard. You can undo the Paste command in the Code window. You can also use the shortcut key (Shift + Ins).
Clear - (Del). Deletes text one character at a time.
Select All - (Ctrl + A). Selects all of the code in the active Code window or all the controls on a form.
Find - (Ctrl + F). Displays the Find dialog box allowing you to search for particular text.
Find Next - (F3). Finds the next occurrence of the last item searched for. Displays the Find dialog box if you have not displayed the Find dialog box first.
Replace - (Ctrl + H). Displays the Replace dialog box allowing you to search and replace particular text.
Indent - (Tab). Shifts all the lines (in the current block) to the next tab stop.
Outdent - (Shift + Tab). Shifts all the lines (in the current block) to the previous tab stop.
List Properties/Methods - (Ctrl + J). This displays tooltip intellisense showing a list of methods and properties. This is called Auto List Members in the Options dialog box. You can also use the shortcut key (Ctrl + Space).
List Constants - (Ctrl + Shift + J). This displays tooltip intellisense showing a list of the built-in enumeration constants.
Quick Info - (Ctrl + I). This displays tooltip intellisense showing the signature for the method containing the cursor. This is called Auto Quick Info in the Options dialog box.
Parameter Info - (Ctrl + Shift + I). This displays tooltip intellisense showing the list of arguments for the active method. The cursor must be forward of the open bracket for this to work.
Complete Word - (Ctrl + Space). Fills in the rest of the word you are typing once you have entered enough characters for the editor to identify the correct word.
Bookmarks - This menu contains the commands: Toggle Bookmark, Next Bookmark, Previous Bookmark, Clear All Bookmarks.


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext