79644772

Date: 2025-05-30 01:02:12
Score: 0.5
Natty:
Report link

Looks like newer versions of excel open without a workbook. You'll have to add the workbook instead of a sheet.

exceldata.Workbooks.Add

You're not working with the correct workbooks since exceldata.Workbooks.Open returns a new workbook object rather than using itself as a the workbook.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Exathi