Open .slk file with Excel...

I’m trying to open with a Apple scrit a .slk file with Excel but i go a strange behaviour. If i drag the file on Excel icon all go ok, but when i try to opne it with the “Open” command in a Script it tell me that it can’t open some rows…and it open only 1 column…i really don’t understand :slight_smile:

Does this do what you need?

tell application "Microsoft Excel"
	Activate
	Open "Workbook1.slk"
end tell

I saved a .slk file named “Workbook1.slk” from Excel on my desktop and the above script seems to work.