79547577

Date: 2025-04-01 01:58:00
Score: 1
Natty:
Report link

The error is in the line below:

 sheetCount = result

The error message is also right (Type mismatch), as the result is an array and sheetCount is an integer.

The error line should be changed to below:

sheetNames = result
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tugalsan Karabacak