diff --git a/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk b/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk index ec06b8c..175af45 100644 --- a/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk +++ b/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk @@ -1673,7 +1673,8 @@ endmethod. method DATE_TO_EXCEL_STRING. DATA: lv_date_diff TYPE i. - CHECK ip_value IS NOT INITIAL. + CHECK ip_value IS NOT INITIAL + AND ip_value <> space. " Needed hack caused by the problem that: " Excel 2000 incorrectly assumes that the year 1900 is a leap year " http://support.microsoft.com/kb/214326/en-us