SBendBuckeye
Programmer
Hello all,
I have a user with a multistep process which involves 3 different applications all of which end up creating or modifying a set of Excel spreadsheets.
The middle pieces are Access pieces. The first one imports 3 Excel files into tables and then exports a new Excel file by running a query which combines the 3 tables with inner joins, etc.
The import files are around 15,000 rows each and up to around 6 Meg in size.
This part works fine.
Later, a second Access piece imports the Excel file created above by the first Access piece. It uses identical code except for different file names.
The second piece hangs (appears to time out). If I kick the Excel VBA into single step mode and run it manually it works fine (although it takes a while and I get a message in the Excel workbook area saying Excel is waiting for an OLE process).
Does anyone have any ideas on this?
Thanks in advance for any help and/or suggestions!
I have a user with a multistep process which involves 3 different applications all of which end up creating or modifying a set of Excel spreadsheets.
The middle pieces are Access pieces. The first one imports 3 Excel files into tables and then exports a new Excel file by running a query which combines the 3 tables with inner joins, etc.
The import files are around 15,000 rows each and up to around 6 Meg in size.
This part works fine.
Later, a second Access piece imports the Excel file created above by the first Access piece. It uses identical code except for different file names.
The second piece hangs (appears to time out). If I kick the Excel VBA into single step mode and run it manually it works fine (although it takes a while and I get a message in the Excel workbook area saying Excel is waiting for an OLE process).
Does anyone have any ideas on this?
Thanks in advance for any help and/or suggestions!