Syntax:=WorkbookDateCreated(Optional Index)
Description:Returns the created date of the workbook.
Index : Optional. number or name of the workbook. If omitted the current workbook is used.
Example:=WorkbookDateCreated("book1.xls")=WorkbookDateCreated(1)