How to convert VBA to Google Apps Script?

前端 未结 5 1356
南笙
南笙 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条回答
  •  梦毁少年i
    2021-01-17 23:40

    Use GSpread.NET. to work with Google Spreadsheets by using Microsoft Excel API. You needn't rewrite all code, just replace CreateObject(Excel.Application) to CreateObject(GSpreadCOM.Application).

    examples

提交回复
热议问题