A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Most likely the date format is the problem - you can't use forward slashes in the file name. Try formatting the date - eg:
dato=Format$(Range("Ae10").value, "yyyy-mm-dd")
