Hi there
I have a VBA routine which copies files from my local server to several servers using FileCopy.
For some reason the routine seems to "lock" Excel, and if you try to click on the Excel page, it goes blank (although it appears the processing still happening on the background)
If you don't click anywhere in Excel, everything seems like it is running smoothly, as I have a number cells which changes Data ("currently coping", "finished", etc) as the process runs.
Because the files being copied are quite large and being copied to other cities, it is a process that takes normally 1-2 minutes each file.
In some cases Excel stops working altogether
I have checked the code and there is no reason for errors and this only happens when using FileCopy across cities/large files
Any ideas what could be causing this problem ?
thanks
I have a VBA routine which copies files from my local server to several servers using FileCopy.
For some reason the routine seems to "lock" Excel, and if you try to click on the Excel page, it goes blank (although it appears the processing still happening on the background)
If you don't click anywhere in Excel, everything seems like it is running smoothly, as I have a number cells which changes Data ("currently coping", "finished", etc) as the process runs.
Because the files being copied are quite large and being copied to other cities, it is a process that takes normally 1-2 minutes each file.
In some cases Excel stops working altogether
I have checked the code and there is no reason for errors and this only happens when using FileCopy across cities/large files
Any ideas what could be causing this problem ?
thanks