Here’s a little macro that converts all the tables I’ve tried it on (3). It saves off an intermediate file so it uses disk space in temp.
//Table2ResultsMacro by Ron DeSpain 180312
waitForUser(“Select the table you want to import\nFrom the Window drop down menu\nThen click OK”);
filepath=getDirectory( “temp” )+“savedtable”+".xls";
saveAs( “Results”, filepath);
open(filepath);
updateResults();