Hello all, I'm new to SAS, using version 7.15 of Enterprise Guide, and have been tasked with exporting data to a specified range on an existing Excel sheet. I read that if you have SAS/ACCESS Interface to PC Files you can assign a libname that refers to the workbook you want to export to, then you can refer to any named ranges within that workbook. I ran a proc setinit and verified that I do have SAS/ACCESS Interface to PC Files, so I tried writing a libname statement that looks like this: libname WrkBk EXCEL "Filepath/Workbook.xlsx"; Where Filepath/Workbook.xlsx were replaced with the actual file path and workbook name. This gives me the following two errors: ERROR: The EXCEL engine cannot be found. ERROR: Error in the LIBNAME statement. I've also tried using ODS and the XLSX engine, however neither of those can use named ranges. Any and all thoughts on how to resolve this issue are much appreciated. Best Wishes, JH
... View more