Hi, Anyone knows how to eliminate the warning below without revising the sas program? The file you are trying to open, Data.xls, is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now? As per research, the warning message is a user-notification function that was added to Excel 2007. I believe this is an added security from Microsoft. Since we just upgraded from Microsoft Office 2003 to 2007, it was only now that we encounter this warning message. It is very troublesome since most of the programs we have make use of ODS HTML to output .xls file. I am hoping there is other way or option in SAS that we can use to resolve this? Thanks in advance!
... View more