Hi,
I am trying to export an access data sheet view to excel with certain formatting. Below is the code unfortunately it does not seem to work
Function Create_Dept_Recalc_Report(FileName As String) As Object
Dim H$(2, 30), N$, S$
Dim SourceRow As Long, LastSourceRow As Long, ReportRow As...