Visual Studio Tools For Applications 2019
Visual Studio Tools for Applications (VSTA) 2019 is a specialized SDK designed for software developers who want to allow their end-users to customize or extend their applications using .NET code. 🔍 Overview
VSTA allows for better security models than VBA. Add-ins can be isolated in separate AppDomains, preventing a crash in one add-in from crashing the main host application. It also supports code signing and permission sets to control what the custom code can access. visual studio tools for applications 2019