I am working on Excel VBA code that parses a CSV into tab1, then reads
through the lines to compare each line against a list of terms, from
which the code builds a reduced list of records showing only those with
the search terms, into tab2. It then creates a pivot table on tab3,
after which it creates another tab with reordered columns. The first
tab is created directly, while tabs 2, 3, and 4 are done in arrays.
I was under the assumption that doing this in arrays would be faster
than manipulating worksheets, but the process seems to be taking
inordinately long. Would performance be better using worksheets?
Bookmarks