您好,我正在使用 SAP GUI 脚本工具,它使用 Excel VBA 功能来完成任务。我得到Invalid use of property
了Set Application = SapGuiAuto.GetScriptingEngine
代码行:
If Not IsObject(Application) Then
Set SapGuiAuto = GetObject("SAPGUI")
Set Application = SapGuiAuto.GetScriptingEngine
为什么我会收到此错误?