Edit Menu
These commands are available when working in a code editor.
| Command | Toolbar button | Keyboard shortcut | Description |
|
Undo
|  | <Ctrl> + <Z> | Reverts the last action you have performed. |
|
Redo
|  | <Ctrl> + <Y> | Restores the previous action that was just undone. |
|
Cut
|  | <Ctrl> + <X> | Cuts the selection and copies it to the clipboard. |
|
Copy
|  | <Ctrl> + <C> | Copies the selection to the clipboard without removing it. |
|
Paste
|  | <Ctrl> + <V> | Pastes the contents of the clipboard at the position of the cursor. |
|
Delete
|  | <Del> | Deletes the selection. |
| Select All
| - | <Ctrl> + <A> | Selects all objects/text in the active worksheet. |