RubberChicken
Registered User.
- Local time
- Today, 21:59
- Joined
- Jun 24, 2013
- Messages
- 18
[SOLVED]Application.ScreenUpdating...
Hi all,
I have inherited a Access database that exports data to Excel. It uses a combination of sql and VBA to produce the reports in Excel.
I want to try and speed up some of the exports as they are quite large and can take a while to complete. I have tried using Application.ScreenUpdating = False but get a "Method or data member not found" error. I suspect this is because I am missing something in the reference library but when I check nothing is noted as "missing" and all the obvious Microsoft options are ticked.
I have tried using the DoCmd.Echo False but this has no impact on the exporting and I can still see the Excel report populating.
Any ideas?
Thanks
I have inherited a Access database that exports data to Excel. It uses a combination of sql and VBA to produce the reports in Excel.
I want to try and speed up some of the exports as they are quite large and can take a while to complete. I have tried using Application.ScreenUpdating = False but get a "Method or data member not found" error. I suspect this is because I am missing something in the reference library but when I check nothing is noted as "missing" and all the obvious Microsoft options are ticked.
I have tried using the DoCmd.Echo False but this has no impact on the exporting and I can still see the Excel report populating.
Any ideas?
Thanks
Last edited: