摘要:
Microsoft Scripting 运行时库参考 http://www.cftea.com/references/vbs5/html/vsgrpruntimefeatures.htm 阅读全文
posted @ 2022-02-13 17:21
今天起个早
阅读(84)
评论(0)
推荐(0)
摘要:
Sub sample() Dim code code = "function greeting(x){return 'hello ,'+x}" Set js = CreateObject("ScriptControl") js.Language = "JScript" js.AddCode code 阅读全文
posted @ 2022-02-13 16:39
今天起个早
阅读(680)
评论(0)
推荐(0)
摘要:
数据类型,官方文档: https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/data-type-summary 查看变量类型 Sub sample() Dim str As String 阅读全文
posted @ 2022-02-13 16:26
今天起个早
阅读(36)
评论(0)
推荐(0)