Hi,
Hopefully can help and knows a way to improve the efficiency of this method.
The Problem.
-------------
I am importing a data from a delimited text file. Due to the format of the data I have been forced to do this completely through VBA writing each record individually. This is fine most of the time but when it comes to larger files then the whole process slows completely.
I have used the BeginTrans/CommitTrans function but then trasnfer slows down the more records that have been processed. I assume this is to do with memory and cache etc that has been used throughout.
Can anyone point me in a direction to clear this if its the problem or shed some light and direction if it`s something completely different.
Thanks
Ian
Hopefully can help and knows a way to improve the efficiency of this method.
The Problem.
-------------
I am importing a data from a delimited text file. Due to the format of the data I have been forced to do this completely through VBA writing each record individually. This is fine most of the time but when it comes to larger files then the whole process slows completely.
I have used the BeginTrans/CommitTrans function but then trasnfer slows down the more records that have been processed. I assume this is to do with memory and cache etc that has been used throughout.
Can anyone point me in a direction to clear this if its the problem or shed some light and direction if it`s something completely different.
Thanks
Ian