Hi,
I'm trying to use the Get Excel Worksheets function to save each of the worksheets in my excel file as a seperate data table.
I used the following code and I keep getting a name unresolved error, but I'm sure that the file path is correct.
listOfWorksheets = Get Excel Worksheets("C:\Users\jaz\Desktop\Template.xlsx");
Another thing is that the Get Excel Worksheets doesn't appear in blue in my script. Does that mean that the version of JMP I'm using doesn't support this function?
Any help would be appreciated.