Hi:
I'm not sure I understand what you mean. You have an OLAP cube you want to open in Excel or you already have pivot tables in Excel that you are trying to read/import with SAS??? Or you want to produce pivot tables with SAS from SAS data??? Or you want to produce a series of reports, each of which represents one of the dimensions.
Do you have SAS code that you are working on?? ODS code?? If so, what is your code like and since your ultimate desire is an Excel file, what ODS method are you using: ODS HTML, ODS HTML3, ODS CSV, ODS MSOFFICE2K, ODS MSOFFICE2K_X, ODS TAGSETS.EXCELXP, ODS TAGSETS.TABLEEDITOR??? All of those destinations will create files that Excel can open and render. Which one are you using?
cynthia