Scripting: open all sheets from an Excel file
What is the syntax to open all sheets from an excel file without naming all the sheets? This is the script log I got after clicking "Select all" in Excel Wizard. The specific excel file had 2 sheets name "Sheet1" and "Sheet2".Worksheets( {"Sheet1", "Sheet2"} ),
I could not find help from Scripting Index either Open( excelFilePath,
<Worksheets( "sheet name" | {"sheet name", "sheet name", ...} |
...