Urgent!! I'm using Replace function to replace string in a large text file but Out Of Memory. How can overcome this?
Printable View
Urgent!! I'm using Replace function to replace string in a large text file but Out Of Memory. How can overcome this?
Define your variable as "Variant" rather then "string".
"Variant" type of variable suited for this kind of storage.
It should address your problem.