aarondewberry
IS-IT--Management
Hi All. I have this AFTER REFRESH code to export my data as Html. As this report is daily I want it to export and save as that days date. ie. "Daily Report 26/05/06". How do I export and save this report adding todays date without going into the code and changing the date everytime.
Any ideas
Dim DOC As Document
Dim REP As Report
Set DOC = Application.Documents.Item(1)
Set REP = DOC.Reports.Item(1)
REP.ExportAsHtml ("string\Daily Report 26/05/06" + ".xls")
Any ideas
Dim DOC As Document
Dim REP As Report
Set DOC = Application.Documents.Item(1)
Set REP = DOC.Reports.Item(1)
REP.ExportAsHtml ("string\Daily Report 26/05/06" + ".xls")