gpt4 book ai didi

vba - 如何将VBA转换为Google Apps脚本?

转载 作者:行者123 更新时间:2023-12-04 11:51:34 53 4
gpt4 key购买 nike

我的公司正在从Microsoft Office切换到Google文档,我有要在Google Spreadsheets中使用的(几个)代码,但是我不知道该怎么做。

考虑下面的代码示例:

Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("E:J")) Is Nothing Then
Cells(Target.Row, 1) = MonthName(Month(Date))
Cells(Target.Row, 2) = Format(Now, "mm/dd/yyyy")
End If
End Sub

最佳答案

使用GSpread.NET。通过使用Microsoft Excel API与Google Spreadsheets一起使用。
您无需重写所有代码,只需将CreateObject(Excel.Application)替换为CreateObject(GSpreadCOM.Application)。

examples

关于vba - 如何将VBA转换为Google Apps脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25877139/

53 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com