How to convert VBA to Google Apps Script?

前端 未结 5 1406
南笙
南笙 2021-01-17 23:06

My company is switching from Microsoft Office to Google Docs, I have this (several) code I want to use in Google Spreadsheets but I have no idea on how to do that.

C

5条回答
  •  独厮守ぢ
    2021-01-18 00:02

    In 2020, Google released Macro Converter add-on, which automatically converts VBA to Apps Script.

    Note:

    • Only Enterprise users can acess to this add-on.
    • Some APIs cannot be converted automatically (e.g. operations on file system). You have to rewrite them by hand.

提交回复
热议问题