Run VBA routines from Office Scripts

Опубликовано: 30 Сентябрь 2024
на канале: Analysis Cloud IT Vlog
3,960
14

Trigger VBA routines with an Office Script
VBA is an On prem language so how do we connect it with the online world? Do we use a Power Automate flow? Here is a suggested for the solution:
• A Flow runs an Office Script
• The Office Script creates a new worksheet
• The VBA respond to that NewSheet event and runs its routine.