我正在使用 Excel 2011 for Mac 并尝试打开一个新文件。
但是,即使文件在那里,我也会不断收到文件未找到的错误。我正在使用的代码如下:
Dim theFile As String
theFile = "/Users/Dev/Desktop/RCM/test.xls"
Workbooks.Open FileName:=theFile
有什么建议么?
我正在使用 Excel 2011 for Mac 并尝试打开一个新文件。
但是,即使文件在那里,我也会不断收到文件未找到的错误。我正在使用的代码如下:
Dim theFile As String
theFile = "/Users/Dev/Desktop/RCM/test.xls"
Workbooks.Open FileName:=theFile
有什么建议么?