Although this is an old thread, I can confirm that Cynthia's solution works with SAS 9.4 64 bit and Microsoft Office 32 bit.
Specifically, use
LIBNAME XLSLIB pcfiles path="C:\My SAS\myfile.XLS"
instead of
LIBNAME XLSLIB "C:\My SAS\myfile.XLS"
... View more