當前位置:成語大全網 - 新華字典 - excel VBA中出現“要求對象”怎麽解決?(附代碼)

excel VBA中出現“要求對象”怎麽解決?(附代碼)

看妳這nApp是workbook

妳先這麽改下看看對不對

dim nApp

Set nApp = GetObject(folderPath & fileName)

如果不對 妳做下面這步 告訴我filepath的值是什麽

dim nApp

debug.print filepath

Set nApp = GetObject(filePath)