Skip to content

This add-in extend standart VBE CodePane to receiving shortcuts.

Notifications You must be signed in to change notification settings

sergeos/VBEEXtender

Repository files navigation

How to Use

1. Open Project in Visual Basic 6.0

2. Run it from IDE

3. Go to the Excel VBE (Visual Basic Environment)

4. Select from the Menu Add-Ins => Add-In Manager

5. In the opened window, select VBE Extender from the list of available add-ins

6. Make sure the Loaded/Unloaded checkbox is checked

image

7. Click the OK button

8. Now, in the code editing window, you can use the following keyboard shortcuts:

  • Ctrl + Alt + Arrow Down - duplicates the current line below
  • Ctrl + K, Ctrl + C - comments the selected code section
  • Ctrl + K, Ctrl + U - uncomments the selected code section

About

This add-in extend standart VBE CodePane to receiving shortcuts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published