Run VBA routines from Office Scripts

Поделиться
HTML-код
  • Опубликовано: 15 янв 2023
  • 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.
  • НаукаНаука

Комментарии • 4

  • @nidhichourasia6515
    @nidhichourasia6515 11 месяцев назад

    my power automate is not triggering the script for xlsm file, it works properly for xlsx file

    • @analysiscloud
      @analysiscloud  9 месяцев назад

      If you select (by navigating) the xlsm file in the Power Automate Excel Run Action it will trigger for that file.

  • @oqlig3169
    @oqlig3169 9 месяцев назад

    how did you choose a xlsm file?

    • @analysiscloud
      @analysiscloud  9 месяцев назад

      Within Power Automate the Action used is an Excel Run Script Action. I navigated to the Excel Macro (.xlsm) file to select it.