D
DB042188
Never looked at vba/excel before, but was able to reduce run time on an app
by 75% via recorset streamlining.
Still not happy with run times, learned that manipulation of cells is
consuming most of the other 25%.
Learned that perhaps adding values in bulk to spreadsheet (rather than one
by one) would probably improve performance drastically.
So I'm wondering if the pretty substantial color, pattern and comment
manipulation we're also doing can somehow be applied in bulk, perhaps from an
array or similar workaround?
by 75% via recorset streamlining.
Still not happy with run times, learned that manipulation of cells is
consuming most of the other 25%.
Learned that perhaps adding values in bulk to spreadsheet (rather than one
by one) would probably improve performance drastically.
So I'm wondering if the pretty substantial color, pattern and comment
manipulation we're also doing can somehow be applied in bulk, perhaps from an
array or similar workaround?