Save as an Excel file embedded in another Excel file

后端 未结 1 1793
迷失自我
迷失自我 2020-12-21 12:13

I want to manage with VBA an Excel file embedded in another Excel file. I can find many results with .docx documents, but I stuck with a .xlsx one.

My last try is us

相关标签:
1条回答
  • 2020-12-21 12:40

    I just had success using obj.Object.SaveCopyAs instead of obj.Object.SaveAs.

    0 讨论(0)
提交回复
热议问题