RAYLWARD102
Well-known Member
- Joined
- May 27, 2010
- Messages
- 529
I've spent a lot of time in developing a multi-user, Excel front end application (user forms combined with spreadsheets).
The data is kept in the back end; Ms Access database.
This project requires intelligent updates to sheets being used by the excel front end users. These users (to date) have been using office 365 for business on windows 7 64 bit machines.
At the moment, my access database has about 1000 rows/records. The sheets are manipulated and updated by my code to the various users (edits, deletions, creations). Some of the sheet refreshes are partial; some are from ground up....1000 records. It takes about 30-45 seconds for the code to completely refresh a users sheet from the ground up; during this process, the macro gathers information from 3 separate ms access databases on various servers on our gigabit lan.
My problem is this.
Windows 8; office 365 for business.
I run the same 30/45 second (on win7 pc) refresh macro on a windows 8 pc; only to have it take more than 10 minutes to execute!!
I don't know where to begin trying to figure this out; downgrade this user back to windows7?
Anyone come across this?
The data is kept in the back end; Ms Access database.
This project requires intelligent updates to sheets being used by the excel front end users. These users (to date) have been using office 365 for business on windows 7 64 bit machines.
At the moment, my access database has about 1000 rows/records. The sheets are manipulated and updated by my code to the various users (edits, deletions, creations). Some of the sheet refreshes are partial; some are from ground up....1000 records. It takes about 30-45 seconds for the code to completely refresh a users sheet from the ground up; during this process, the macro gathers information from 3 separate ms access databases on various servers on our gigabit lan.
My problem is this.
Windows 8; office 365 for business.
I run the same 30/45 second (on win7 pc) refresh macro on a windows 8 pc; only to have it take more than 10 minutes to execute!!
I don't know where to begin trying to figure this out; downgrade this user back to windows7?
Anyone come across this?