摘要:
Microsoft Scripting 运行时库参考 http://www.cftea.com/references/vbs5/html/vsgrpruntimefeatures.htm 阅读全文
摘要:
Sub sample() Dim code code = "function greeting(x){return 'hello ,'+x}" Set js = CreateObject("ScriptControl") js.Language = "JScript" js.AddCode code 阅读全文
摘要:
数据类型,官方文档: https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/data-type-summary 查看变量类型 Sub sample() Dim str As String 阅读全文