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
I just had success using obj.Object.SaveCopyAs instead of obj.Object.SaveAs.
obj.Object.SaveCopyAs
obj.Object.SaveAs