gpt4 book ai didi

excel - 如何在 Excel 2010 for MAC 中安装/使用 "Scripting.FileSystemObject"?

转载 作者:行者123 更新时间:2023-12-02 21:06:29 26 4
gpt4 key购买 nike

我使用的是 Excel for Mac 2011,其 VBA 版本为 14.0。

我正在尝试使用此代码来访问文件系统,我知道它可以在 Windows 上运行:

Function qfil_GetDirectory(strDirectoryName As String)

Dim objFSO As Variant
Dim objDirectory As Variant

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objDirectory = objFSO.GetFolder(strDirectoryName)
Set qfil_GetDirectory = objDirectory

End Function

但是,当我在 Excel for Mac 2011 中运行它时,它会出现以下错误:

Run-time error 429 Object creation with ActiveX component not possible

要在 Windows 上修复此问题,我知道我必须在工具下引用特定的DLL

但是在 Mac 上,当我进入工具 |引用文献给了我这些:

alt text

它们都不允许我使用 Scripting.FileSystemObject

我必须在 Excel 2011 for Mac 中做什么,才能使用 Scripting.FileSystemObject 通过 VBA 从 Excel 工作表读取硬盘驱动器中的文件?

最佳答案

据我所知,这种方法在 Mac 上无效,因为外部库不存在。

不了解 Office 11 VBA,但 Dir() 函数适用于 '03 的跨平台。

关于excel - 如何在 Excel 2010 for MAC 中安装/使用 "Scripting.FileSystemObject"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4670420/

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