我包含在代码Application.GetOpenFilename(, , "Please open the file":)
中,用于上传文件。
文件上传窗口没有打开,并且他们收到以下错误:
'无法运行宏'ExcelSave2AS2.Xlam!BrowseForFile'
。该宏可能在此工作簿中不可用,或者可能禁用了所有宏。'
在我的计算机上可以完美运行,而在两台不同的计算机上则无法运行。 虽然我肯定知道我启用的其中一台计算机中的宏。
Dim sFileName As Variant
sFileName = Application.GetOpenFilename(, , "Please open the file":)
If sFileName = False Then Exit Sub
错误显示在带有黄色感叹号的框中
'无法运行宏'ExcelSave2AS2.Xlam!BrowseForFile'
。该宏可能在此工作簿中不可用,或者可能禁用了所有宏。'