I must create a Excel report on a daily basis.
Can someone maybe comment on my design/approach listed below?
1)Create a SQLExec that connects to the Citadel ODBC Database
2)Create a DataTable object to link to a xls file
3)Do queries on the SQLExec and some calculations
4)Write the results to the xls file
5)Activate some macros on the xls file from Lookout