I have a distribution list that too in excel. It contains various filters
need to be applied and flie saved to be saved in another name. VBScript code
opens the distribution list, goes through row by row, open the source file,
applies the filter , save the file as new name, close the source . For next
row , the same process is called again.
Problem is that since I am opening the source file again and again, it is
taking large time. Is there any wayout that I open the source file once,
applies the row, deletes the non-matching rows, save as new name, undo the
last two actions on source and again applies new filter.
Please help me to design the solution of this
"Varun" <Va...@discussions.microsoft.com> wrote in message
news:B0E2A1CB-9863-4723...@microsoft.com...
If you were to include some of your script perhaps your meaning would be
clearer.
/Al
---
frmsrcurl: http://msgroups.net/microsoft.public.scripting.vbscript/How-to-copy-large-data-from-one-excel-to-another-using-VBScr
Yes please post what you have, so we can help your further...