Shortcut To Save File At Debug-Time or Run-Time
This feature allows you to define a shortcut (
Options window,
Shortcuts tab) to save the selected file at debug-time or run-time. Although the Visual Basic IDE does not allow to save files at debug-time or run-time, often it is useful to save the modifications that you have made to the source code at debug-time (you can save them at debug-time or later at run-time, once they have been tested).
Remarks
- This feature is not available in the VBA version of the add-in.
- This feature only works at debug-time or run-time.
- Since Visual Basic disables add-ins buttons or menus at debug-time or run-time, the only way to save a file at those times is through a shortcut.
- The file must be previously saved at design-time, that is, the add-in does not prompt for a name to save the file (it shows an error message instead).
See also:
Shortcuts Customization