Import (open) data from excel
Hi,I'm trying to import data from excel by using the open functionMy code is as follows:Open("C:\Users\"username"\Documents\Statistics\Test.xlsx");I use my username instead of "username"I don't get any error messages, but nothing happens when I run the script.Why does it not open?Thanks