VBA/Visio Integration for VS Code
Plugin to send VBA code from Visual Studio Code to Microsoft Visio 🚀

Features
📤 Manual Send: Push VBA code to Visio via command
✅ Auto-Detect: Automatically recognizes .bas files
🔍 Connection Check: Verifies active Visio integration
Instructions
- In the macro settings of the Security Management center, enable trust access to the VBA project object model.

Send Code:
Launch Visio 🖥️
Open Command Palette (Ctrl+Shift+P) and select "Send VBA Code to Visio"
Default Behavior:
Code is saved to the open Visio document 📄
Custom Stencil:
Add Attribute Stencil_Name = "ttt.vss" at the top of your code to save to a stencil 🎨
Rename Module:
Add Attribute VB_Name = "Module 1" at the top to set the module name 📝
| |