spences10 / vba-snippets

VBA code snippets for Microsoft VSCode.

Repository from Github https://github.comspences10/vba-snippetsRepository from Github https://github.comspences10/vba-snippets

VBA Snippets

Greenkeeper badge

Marketplace Version Installs Rating

VBA code snippets for VSCode. This should be used in conjunction with the VBScript extension as the language for VSCode

Snippets

Basic code

  • dim declarations
  • if/else
  • for/while
  • sub/function with errHandler
  • case

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install vba-snippets

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bugfixes and integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.

Contacts

You can contact me in the following ways:

Links

About

VBA code snippets for Microsoft VSCode.

License:MIT License