G
Guest
Using OutputTo open reports in Excel. Office 2003, Access 2003.
Opening report in Excel from Access is very slow for whichever report is
opened first. Once the database is open and at least one report has been
opened, subsequent reports open within a couple of seconds. That first report
to open takes up to 2 minutes to open. I have tried opening Excel separately
before opening the first report, but it makes no difference to the time
taken.
I have not found any questions relating to this on the discussion group. Do
others experience this sluggishness? Is there something that I am missing
here?
The code I am using is below.
DoCmd.OutputTo ObjectType:=acOutputQuery, ObjectName:="ReportCostsCondn3", _
OutputFormat:=acFormatXLS, AutoStart:=True
Opening report in Excel from Access is very slow for whichever report is
opened first. Once the database is open and at least one report has been
opened, subsequent reports open within a couple of seconds. That first report
to open takes up to 2 minutes to open. I have tried opening Excel separately
before opening the first report, but it makes no difference to the time
taken.
I have not found any questions relating to this on the discussion group. Do
others experience this sluggishness? Is there something that I am missing
here?
The code I am using is below.
DoCmd.OutputTo ObjectType:=acOutputQuery, ObjectName:="ReportCostsCondn3", _
OutputFormat:=acFormatXLS, AutoStart:=True